Skip to content

applogistdev/ALCountryPickerKit

Repository files navigation

ALCountryPickerKit

Version License Platform

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. To install it, simply add the following line to your Podfile:

pod 'ALCountryPickerKit'

Author

sonifex, sonerguler93@gmail.com

License

ALCountryPickerKit is available under the MIT license. See the LICENSE file for more info.