Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Celdeiro committed Sep 4, 2014
1 parent c2b6d4e commit 17d4262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 69 deletions.
73 changes: 5 additions & 68 deletions MLBlueBox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down
2 changes: 1 addition & 1 deletion MLBlueBox/MLBlueBoxView.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
// Comentario para probar nuevo tag
// Comentario para probar nuevo tag 0.0.3
@interface MLBlueBoxView : UIView

@end

0 comments on commit 17d4262

Please sign in to comment.