blob: 0ed2771f1a44f5fbc03c12e77caab2d76b2d37fc [file] [log] [blame]
{
"name": "CountryPickerView",
"version": "2.1.1",
"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.1.1"
},
"source_files": "CountryPickerView/**/*.{swift,xib}",
"resource_bundles": {
"CountryPickerView": [
"CountryPickerView/Assets/CountryPickerView.bundle/*"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}