blob: bd7ab9b1c9f74151d2bab8e4fa2430d59b14ed51 [file] [log] [blame]
{
"name": "SwiftyCountryPicker",
"version": "0.1.3",
"summary": "Show a country picker to choose the country.",
"swift_version": "4.0",
"description": "Show a country picker to choose the country we have some delegate methods to call that will give info to selected country.",
"homepage": "https://github.com/anpkmr/SwiftyCountryPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anpkmr": "anup227kumar@evontech.com"
},
"source": {
"git": "https://github.com/anpkmr/SwiftyCountryPicker.git",
"tag": "0.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"source_files": "SwiftyCountryPicker/Classes/**/*",
"frameworks": "UIKit"
}