diff --git a/MLBlueBox.podspec b/MLBlueBox.podspec index d2a3130..f32bc94 100644 --- a/MLBlueBox.podspec +++ b/MLBlueBox.podspec @@ -8,15 +8,8 @@ Pod::Spec.new do |s| - # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # These will help people to find your library, and whilst it - # can feel like a chore to fill in it's definitely to your advantage. The - # summary should be tweet-length, and the description more in depth. - # - s.name = "MLBlueBox" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "MLBlueBox." s.description = <<-DESC @@ -29,72 +22,16 @@ Pod::Spec.new do |s| DESC s.homepage = "https://github.com/fceldeiro/MLBlueBox" - # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif" - - - # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Licensing your code is important. See http://choosealicense.com for more info. - # CocoaPods will detect a license file if there is a named LICENSE* - # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'. - # - - #s.license = 'MIT' - s.license = { :type => "MIT", :file => "LICENSE.txt" } - - - # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the authors of the library, with email addresses. Email addresses - # of the authors are extracted from the SCM log. E.g. $ git log. CocoaPods also - # accepts just a name if you'd rather not provide an email address. - # - # Specify a social_media_url where others can refer to, for example a twitter - # profile URL. - # - + s.license = { :type => "MIT", :file => "LICENSE.txt" } s.author = { "" => "" } - # Or just: s.author = "" - # s.authors = { "" => "" } - # s.social_media_url = "http://twitter.com/" - # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # If this Pod runs only on iOS or OS X, then specify the platform and - # the deployment target. You can optionally include the target after the platform. - # - - # s.platform = :ios - s.platform = :ios, "6.0" - - # When using multiple platforms - # s.ios.deployment_target = "5.0" - # s.osx.deployment_target = "10.7" - - - # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # Specify the location from where the source should be retrieved. - # Supports git, hg, bzr, svn and HTTP. - # + s.platform = :ios, "6.0" - s.source = { :git => "https://github.com/fceldeiro/MLBlueBox.git", :tag => "0.0.2" } - - - # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - # - # CocoaPods is smart about how it includes source code. For source files - # giving a folder will include any h, m, mm, c & cpp files. For header - # files it will include any header in the folder. - # Not including the public_header_files will make all headers public. - # + s.source = { :git => "https://github.com/fceldeiro/MLBlueBox.git", :tag => "0.0.3" } s.public_header_files = 'MLBlueBox/*.h' s.source_files = "Classes", "MLBlueBox/*.{h,m}" - #s.exclude_files = "Classes/Exclude" - - # s.public_header_files = "MLBlueBox/*.h" - + # ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # diff --git a/MLBlueBox/MLBlueBoxView.h b/MLBlueBox/MLBlueBoxView.h index 66243d9..3ea0401 100644 --- a/MLBlueBox/MLBlueBoxView.h +++ b/MLBlueBox/MLBlueBoxView.h @@ -7,7 +7,7 @@ // #import -// Comentario para probar nuevo tag +// Comentario para probar nuevo tag 0.0.3 @interface MLBlueBoxView : UIView @end