blob: 126c7587a61a405f30e82cd23fc5f8e29e600964 [file] [log] [blame]
{
"name": "EMCCountryPickerController",
"version": "1.3.1",
"summary": "EMCCountryPickerController is a view controller allowing users to choose and filter countries in a list.",
"description": " `EMCCountryPickerController` is a view controller that allow users to choose\n a country from a searchable list. The available countries are taken from the\n [ISO 3166-1 standard][iso3166], whose [ISO 3166-1 alpha-2] two-letter country\n codes are used internally by the controller implementation. Public domain\n flags are available for every country.\n\n The `EMCCountryPickerController` library ships with localised country names in: \n * English (en).\n * Italian (it).\n * Spanish (es).\n",
"homepage": "https://github.com/emcrisostomo/EMCCountryPickerController",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Enrico M. Crisostomo": "http://thegreyblog.blogspot.com/"
},
"social_media_url": "http://thegreyblog.blogspot.com",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/emcrisostomo/EMCCountryPickerController.git",
"tag": "1.3.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": [
"Resources/*.png",
"Resources/*.plist"
],
"requires_arc": true
}