[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / 3 / EMCCountryPickerController / 1.3.3 / EMCCountryPickerController.podspec.json
blob82c46fb85771d3bc9c135cf64dcd3f4435d72c8c
2   "name": "EMCCountryPickerController",
3   "version": "1.3.3",
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\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.",
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.3"
21   },
22   "source_files": [
23     "EMCCountryPickerController",
24     "EMCCountryPickerController/**/*.{h,m}"
25   ],
26   "exclude_files": "EMCCountryPickerController/Exclude",
27   "resources": "EMCCountryPickerController/EMCCountryPickerController.bundle",
28   "requires_arc": true