blob: 5869096a2556c913f386c9d71096563c9f4b6f28 [file] [log] [blame]
{
"name": "SwiftyCountryPicker",
"version": "0.1.9",
"summary": "Show a country picker to choose the country.",
"swift_version": "4.0",
"description": "Show a country picker to choose the country. You can add your own done button above the picker to get the 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.9"
},
"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"
}