blob: 7c99bf50d752d3e5a9ac26a681c8bd66552dae19 [file] [log] [blame]
{
"name": "CountryPicker",
"version": "1.3",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"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",
"source": {
"git": "https://github.com/nicklockwood/CountryPicker.git",
"tag": "1.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "CountryPicker/CountryPicker.{h,m}",
"resources": "CountryPicker/CountryPicker.bundle",
"requires_arc": true
}