[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 3 / EMCCountryPickerController / 1.3.2 / EMCCountryPickerController.podspec.json
blobf2b02541b41e61eeb46409ae5cc82188910b7c89
2   "name": "EMCCountryPickerController",
3   "version": "1.3.2",
4   "summary": "EMCCountryPickerController is a view controller allowing users to choose and filter countries in a list.",
5   "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",
6   "homepage": "https://github.com/emcrisostomo/EMCCountryPickerController",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Enrico M. Crisostomo": "http://thegreyblog.blogspot.com/"
13   },
14   "social_media_url": "http://thegreyblog.blogspot.com",
15   "platforms": {
16     "ios": "6.1"
17   },
18   "source": {
19     "git": "https://github.com/emcrisostomo/EMCCountryPickerController.git",
20     "tag": "1.3.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "resources": [
28     "Resources/*.png",
29     "Resources/*.plist"
30   ],
31   "requires_arc": true