Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Oct 2, 2021
1 parent 767a7da commit 2f1102f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 = "3.2.0"
spec.version = "3.3.0"
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
spec.license = "MIT"
Expand All @@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version }
spec.source_files = "CountryPickerView/**/*.{swift}"
spec.resource_bundles = {
# See Bundle.swift for why this is named like this.
'CountryPickerView_CountryPickerView' => ['CountryPickerView/Resources/*']
}
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
Expand Down

0 comments on commit 2f1102f

Please sign in to comment.