blob: 90389060c3f2589b69f144ad3f470f0f5a3cd48b [file] [log] [blame]
{
"name": "CountryPicker",
"version": "1.2.3",
"license": "zlib",
"summary": "CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list.",
"homepage": "http://github.com/nicklockwood/CountryPicker",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/CountryPicker.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "4.3"
},
"source_files": "CountryPicker/CountryPicker.{h,m}",
"resources": "CountryPicker/CountryPicker.bundle",
"requires_arc": true
}