Skip to content

Commit

Permalink
Add support till iOS 9
Browse files Browse the repository at this point in the history
  • Loading branch information
danialzahid94 committed Jun 21, 2019
1 parent 58c0d52 commit 1c30c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DZCountryPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'DZCountryPicker'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'The most lightweight country picker for iOS out there.'
s.homepage = 'https://github.com/danialzahid94/DZCountryPicker'
s.authors = { 'Danial Zahid' => 'danialzahid94@live.com' }
s.author = { 'Danial Zahid' => 'danialzahid94@live.com' }
s.source = { :git => 'https://github.com/danialzahid94/DZCountryPicker.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.source_files = 'DZCountryPicker/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion DZCountryPickerApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 1c30c7b

Please sign in to comment.