[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 3 / EMCCountryPickerController / 1.4.0 / EMCCountryPickerController.podspec.json
blob1e2908b1ac704239db9817b71381e2c6169b4d9b
2   "name": "EMCCountryPickerController",
3   "version": "1.4.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\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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/emcrisostomo/EMCCountryPickerController.git",
20     "tag": "1.4.0"
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