blob: 1e2908b1ac704239db9817b71381e2c6169b4d9b [file] [log] [blame]
{
"name": "EMCCountryPickerController",
"version": "1.4.0",
"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\na 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\ncodes are used internally by the controller implementation. Public domain\nflags are available for every country.",
"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": "8.0"
},
"source": {
"git": "https://github.com/emcrisostomo/EMCCountryPickerController.git",
"tag": "1.4.0"
},
"source_files": [
"EMCCountryPickerController",
"EMCCountryPickerController/**/*.{h,m}"
],
"exclude_files": "EMCCountryPickerController/Exclude",
"resources": "EMCCountryPickerController/EMCCountryPickerController.bundle",
"requires_arc": true
}