blob: 618050ef2ddbaa548dba5e3602459c2c11aa15c3 [file] [log] [blame]
{
"name": "CountryPicker",
"version": "1.0.2",
"summary": "CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list.",
"license": "zlib",
"homepage": "https://github.com/nicklockwood/CountryPicker",
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/nicklockwood/CountryPicker.git",
"tag": "1.0.2"
},
"source_files": "CountryPicker",
"resources": [
"CountryPicker/Countries.plist",
"Flags/*.png"
],
"requires_arc": false
}