blob: 86b49712edbad2fe2e3a80d6513d402b12827313 [file] [log] [blame]
{
"name": "DKCountryPicker",
"version": "0.0.2",
"summary": "A simple control for searching/selecting countries.",
"description": " Was surprised that I couldn't find one so I made a simple control for searching/selecting countries. Especially useful for using in signup forms where you need to select a country for a phone number or postal address.\n",
"homepage": "https://github.com/dkasper/DKCountryPicker",
"screenshots": "https://github.com/dkasper/DKCountryPicker/raw/master//ScreenShot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Kasper": "dkasper@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dkasper/DKCountryPicker.git",
"tag": "0.0.2"
},
"source_files": "DKCountryPicker/DKCountryPickerViewController.{h,m}",
"requires_arc": true,
"dependencies": {
"libPhoneNumber-iOS": [
]
}
}