Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 1, 2018
1 parent 7df589f commit 856ca7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CountryPickerView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "CountryPickerView"
spec.version = "2.1.0"
spec.version = "2.1.1"
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
spec.license = "MIT"
Expand All @@ -12,6 +12,6 @@ Pod::Spec.new do |spec|
spec.resource_bundles = {
'CountryPickerView' => ['CountryPickerView/Assets/CountryPickerView.bundle/*']
}
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }

end

0 comments on commit 856ca7f

Please sign in to comment.