Skip to content

Commit

Permalink
Bump v. 1.1.0 in CocoaPods spec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed May 25, 2014
1 parent 76393a5 commit cb300bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EMCCountryPickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EMCCountryPickerController"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "EMCCountryPickerController is a view controller allowing users to choose and filter countries in a list."
s.description = <<-DESC
`EMCCountryPickerController` is a view controller that allow users to choose
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.author = { "Enrico M. Crisostomo" => "http://thegreyblog.blogspot.com/" }
s.social_media_url = "http://thegreyblog.blogspot.com"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.1.0" }
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"
s.resources = "Resources/*.png"
Expand Down

0 comments on commit cb300bb

Please # to comment.