diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index 1fae69f..e3a0d26 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = "CountryPickerView" - spec.version = "3.1.3" + spec.version = "3.2.0" spec.summary = "A simple, customizable view for selecting countries in iOS apps." spec.homepage = "https://github.com/kizitonwose/CountryPickerView" spec.license = "MIT" spec.author = { "Kizito Nwose" => "kizitonwose@gmail.com" } - spec.platform = :ios, "8.0" + spec.platform = :ios, "9.0" spec.swift_versions = ['5.0'] spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version } spec.source_files = "CountryPickerView/**/*.{swift}" diff --git a/CountryPickerViewDemo/CountryPickerViewDemo.xcodeproj/project.pbxproj b/CountryPickerViewDemo/CountryPickerViewDemo.xcodeproj/project.pbxproj index 96606c0..32877de 100644 --- a/CountryPickerViewDemo/CountryPickerViewDemo.xcodeproj/project.pbxproj +++ b/CountryPickerViewDemo/CountryPickerViewDemo.xcodeproj/project.pbxproj @@ -370,7 +370,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = K3JWY7DT4K; INFOPLIST_FILE = CountryPickerViewDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -386,7 +386,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = K3JWY7DT4K; INFOPLIST_FILE = CountryPickerViewDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/CountryPickerViewDemo/Podfile b/CountryPickerViewDemo/Podfile index 40c61f2..e4bfd5a 100644 --- a/CountryPickerViewDemo/Podfile +++ b/CountryPickerViewDemo/Podfile @@ -1,4 +1,4 @@ -platform :ios, '8.0' +platform :ios, '9.0' target 'CountryPickerViewDemo' do use_frameworks! diff --git a/CountryPickerViewDemo/Podfile.lock b/CountryPickerViewDemo/Podfile.lock index 6dc7b12..c8c4f83 100644 --- a/CountryPickerViewDemo/Podfile.lock +++ b/CountryPickerViewDemo/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - CountryPickerView (3.1.0) + - CountryPickerView (3.2.0) DEPENDENCIES: - CountryPickerView (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - CountryPickerView: ab341e2253d5e1231ff679ec93441e413703cb9c + CountryPickerView: 9b093bfffb4b06a69ba6185a798cadbf863720e7 -PODFILE CHECKSUM: 649829ad9a32abd953e33364dc48a4a40a615047 +PODFILE CHECKSUM: 1cd5c4aa4d0640ed508d2a66a00ff43232db9ee3 -COCOAPODS: 1.8.4 +COCOAPODS: 1.9.3