Skip to content

Commit

Permalink
Add iOS 15 and above version in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SURYAKANTSHARMA authored Sep 16, 2023
1 parent 0d9eee2 commit 302737b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,14 @@ Current version compatible with Swift 5.
If you want support Swift 4.1/3.3

```ruby
pod 'SKCountryPicker' '~> 2.0.0'
For supporting iOS 14 or below
pod 'SKCountryPicker'

```
For iOS 15 and above (Combine and Swiftui version)
pod 'SKCountryPicker', :git => 'https://github.com/SURYAKANTSHARMA/CountryPicker', :branch => 'iOS15AndAbove'

Please note iOS 14 will be discontinued after in 2024.
#### [Carthage](https://github.com/Carthage/Carthage)
The steps required to use Carthage for dependency management are described [here](https://github.com/Carthage/Carthage#getting-started) but lets add them to this README as well for good measure.

Expand Down

0 comments on commit 302737b

Please sign in to comment.