File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
CountryPickerViewDemo.xcodeproj Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "CountryPickerView"
4
- spec . version = "3.1.3 "
4
+ spec . version = "3.2.0 "
5
5
spec . summary = "A simple, customizable view for selecting countries in iOS apps."
6
6
spec . homepage = "https://github.com/kizitonwose/CountryPickerView"
7
7
spec . license = "MIT"
8
8
spec . author = { "Kizito Nwose" => "[email protected] " }
9
- spec . platform = :ios , "8 .0"
9
+ spec . platform = :ios , "9 .0"
10
10
spec . swift_versions = [ '5.0' ]
11
11
spec . source = { :git => "https://github.com/kizitonwose/CountryPickerView.git" , :tag => spec . version }
12
12
spec . source_files = "CountryPickerView/**/*.{swift}"
Original file line number Diff line number Diff line change 370
370
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
371
371
DEVELOPMENT_TEAM = K3JWY7DT4K;
372
372
INFOPLIST_FILE = CountryPickerViewDemo/Info.plist;
373
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
373
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
374
374
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
375
375
PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo;
376
376
PRODUCT_NAME = "$(TARGET_NAME)";
386
386
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
387
387
DEVELOPMENT_TEAM = K3JWY7DT4K;
388
388
INFOPLIST_FILE = CountryPickerViewDemo/Info.plist;
389
- IPHONEOS_DEPLOYMENT_TARGET = 8 .0;
389
+ IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
390
390
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
391
391
PRODUCT_BUNDLE_IDENTIFIER = com.kizitonwose.CountryPickerViewDemo;
392
392
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 1
- platform :ios , '8 .0'
1
+ platform :ios , '9 .0'
2
2
3
3
target 'CountryPickerViewDemo' do
4
4
use_frameworks!
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - CountryPickerView (3.1 .0)
2
+ - CountryPickerView (3.2 .0)
3
3
4
4
DEPENDENCIES:
5
5
- CountryPickerView (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
9
9
:path: "../"
10
10
11
11
SPEC CHECKSUMS:
12
- CountryPickerView: ab341e2253d5e1231ff679ec93441e413703cb9c
12
+ CountryPickerView: 9b093bfffb4b06a69ba6185a798cadbf863720e7
13
13
14
- PODFILE CHECKSUM: 649829ad9a32abd953e33364dc48a4a40a615047
14
+ PODFILE CHECKSUM: 1cd5c4aa4d0640ed508d2a66a00ff43232db9ee3
15
15
16
- COCOAPODS: 1.8.4
16
+ COCOAPODS: 1.9.3
You can’t perform that action at this time.
0 commit comments