blob: ca90b3c05c2b05231ab140bb5642788b508ca102 [file] [log] [blame]
{
"name": "CountryPickerView",
"version": "2.2.4",
"summary": "A simple, customizable view for selecting countries in iOS apps.",
"homepage": "https://github.com/kizitonwose/CountryPickerView",
"license": "MIT",
"authors": {
"Kizito Nwose": "kizitonwose@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kizitonwose/CountryPickerView.git",
"tag": "2.2.4"
},
"source_files": "CountryPickerView/**/*.{swift}",
"resource_bundles": {
"CountryPickerView": [
"CountryPickerView/Assets/CountryPickerView.bundle/*",
"CountryPickerView/**/*.{xib}"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}