An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ALCountryPickerKit

[![Version](https://img.shields.io/cocoapods/v/ALCountryPickerKit.svg?style=flat)](https://cocoapods.org/pods/ALCountryPickerKit)
[![License](https://img.shields.io/cocoapods/l/ALCountryPickerKit.svg?style=flat)](https://cocoapods.org/pods/ALCountryPickerKit)
[![Platform](https://img.shields.io/cocoapods/p/ALCountryPickerKit.svg?style=flat)](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.