diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index ed4890f..daa0f26 100644 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -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" @@ -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