diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index ee23090..e13026f 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -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" @@ -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' }