Skip to content

Commit

Permalink
Update deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Mar 27, 2021
1 parent 0029a6e commit 8aff99f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CountryPickerView.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand All @@ -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)";
Expand Down
2 changes: 1 addition & 1 deletion CountryPickerViewDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
platform :ios, '8.0'
platform :ios, '9.0'

target 'CountryPickerViewDemo' do
use_frameworks!
Expand Down
8 changes: 4 additions & 4 deletions CountryPickerViewDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
PODS:
- CountryPickerView (3.1.0)
- CountryPickerView (3.2.0)

DEPENDENCIES:
- CountryPickerView (from `../`)
Expand All @@ -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

0 comments on commit 8aff99f

Please sign in to comment.