blob: 195bf55d7e8eaea2659c14ad37942e9796feebea [file] [log] [blame]
{
"name": "SwiftyCountryPicker",
"version": "0.1.5",
"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.5"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"resources": "SwiftyCountryPicker/Assets/*",
"source_files": "SwiftyCountryPicker/Classes/**/*",
"resource_bundles": {
"SwiftyCountryPicker": [
"SwiftyCountryPicker/Assets/*{.png,.plist}",
"SwiftyCountryPicker/Classes/**/*"
]
},
"frameworks": "UIKit"
}