blob: 1afd117c2ee5c8f480c077f76274f7857b551aa5 [file] [log] [blame]
{
"name": "SwiftyCountryPicker",
"version": "0.1.8",
"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.8"
},
"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"
}