[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 3 / EMCCountryPickerController / 1.1.0 / EMCCountryPickerController.podspec.json
blobf879bd6d7de4a6d4083e81de6af08fa928844a2f
2   "name": "EMCCountryPickerController",
3   "version": "1.1.0",
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.\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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/emcrisostomo/EMCCountryPickerController.git",
20     "tag": "1.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "resources": "Resources/*.png",
28   "requires_arc": true