https://github.com/applogistdev/alcountrypickerkit
Country Picker
https://github.com/applogistdev/alcountrypickerkit
country multilanguage picker swift
Last synced: about 1 year ago
JSON representation
Country Picker
- Host: GitHub
- URL: https://github.com/applogistdev/alcountrypickerkit
- Owner: applogistdev
- License: mit
- Created: 2020-04-01T16:51:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T17:28:25.000Z (over 4 years ago)
- Last Synced: 2025-03-24T06:01:42.488Z (about 1 year ago)
- Topics: country, multilanguage, picker, swift
- Language: Swift
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALCountryPickerKit
[](https://cocoapods.org/pods/ALCountryPickerKit)
[](https://cocoapods.org/pods/ALCountryPickerKit)
[](https://cocoapods.org/pods/ALCountryPickerKit)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
### Swift Package Manager
Once you have your Swift package set up, adding ALContryPickerKit as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```
dependencies: [
.package(url: "https://github.com/applogistdev/ALCountryPickerKit.git", from: "0.2.2")
]
```
### Cocoapods
ALCountryPickerKit is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'ALCountryPickerKit'
```
## Author
sonifex, sonerguler93@gmail.com
## License
ALCountryPickerKit is available under the MIT license. See the LICENSE file for more info.