Skip to content

Commit 8aff99f

Browse files
committed
Update deployment target to 9.0
1 parent 0029a6e commit 8aff99f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CountryPickerView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "CountryPickerView"
4-
spec.version = "3.1.3"
4+
spec.version = "3.2.0"
55
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
66
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
77
spec.license = "MIT"
88
spec.author = { "Kizito Nwose" => "[email protected]" }
9-
spec.platform = :ios, "8.0"
9+
spec.platform = :ios, "9.0"
1010
spec.swift_versions = ['5.0']
1111
spec.source = { :git => "https://github.com/kizitonwose/CountryPickerView.git", :tag => spec.version }
1212
spec.source_files = "CountryPickerView/**/*.{swift}"

CountryPickerViewDemo/CountryPickerViewDemo.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371371
DEVELOPMENT_TEAM = K3JWY7DT4K;
372372
INFOPLIST_FILE = CountryPickerViewDemo/Info.plist;
373-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
373+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
374374
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
375375
PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo;
376376
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -386,7 +386,7 @@
386386
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
387387
DEVELOPMENT_TEAM = K3JWY7DT4K;
388388
INFOPLIST_FILE = CountryPickerViewDemo/Info.plist;
389-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
389+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
390390
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
391391
PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo;
392392
PRODUCT_NAME = "$(TARGET_NAME)";

CountryPickerViewDemo/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '8.0'
1+
platform :ios, '9.0'
22

33
target 'CountryPickerViewDemo' do
44
use_frameworks!

CountryPickerViewDemo/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CountryPickerView (3.1.0)
2+
- CountryPickerView (3.2.0)
33

44
DEPENDENCIES:
55
- CountryPickerView (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
CountryPickerView: ab341e2253d5e1231ff679ec93441e413703cb9c
12+
CountryPickerView: 9b093bfffb4b06a69ba6185a798cadbf863720e7
1313

14-
PODFILE CHECKSUM: 649829ad9a32abd953e33364dc48a4a40a615047
14+
PODFILE CHECKSUM: 1cd5c4aa4d0640ed508d2a66a00ff43232db9ee3
1515

16-
COCOAPODS: 1.8.4
16+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)