Skip to content

Commit

Permalink
Bump v. 1.3.1 and fix resource inclusion bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Jun 5, 2014
1 parent dfb8295 commit 731387c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.0"
s.version = "1.3.1"
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 @@ -19,9 +19,9 @@ 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.3.0" }
s.source = { :git => "https://github.com/emcrisostomo/EMCCountryPickerController.git", :tag => "1.3.1" }
s.source_files = "Classes", "Classes/**/*.{h,m}"
s.exclude_files = "Classes/Exclude"
s.resources = "Resources/*.png"
s.resources = "Resources/*.png", "Resources/*.plist"
s.requires_arc = true
end

0 comments on commit 731387c

Please sign in to comment.