blob: c030f142d85f16bfa65e1bbf5b35dbfeba6a4bb2 [file] [log] [blame]
{
"name": "CountryPickerModal",
"version": "1.0.0",
"summary": "A simple, customizable view for selecting countries in iOS apps.",
"homepage": "https://github.com/aeke/CountryPickerModal",
"license": "MIT",
"authors": {
"Abdullah EKE": "abdheke@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aeke/CountryPickerModal.git",
"tag": "1.0.0"
},
"source_files": "CountryPickerModal/**/*.{swift}",
"resource_bundles": {
"CountryPickerModal": [
"CountryPickerModal/Assets/CountryPickerModal.bundle/*",
"CountryPickerModal/**/*.{xib}"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}