[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / f / GLCountryPickerController / 1.5.0 / GLCountryPickerController.podspec.json
blobaa54369b0448d45ec4d87c9ba567501e885278d4
2   "name": "GLCountryPickerController",
3   "version": "1.5.0",
4   "summary": "GLCountryPickerController is allows users to choose and filter countries in a list. Provides flags, dialing codes and country codes",
5   "description": "`GLCountryPickerController` 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, and corresponding dialing codes are also available",
6   "homepage": "https://github.com/ghostlordstar/GLCountryPickerController",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ghostlordstar": "https://ghostlordstar.github.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ghostlordstar/GLCountryPickerController.git",
19     "tag": "1.5.0"
20   },
21   "source_files": [
22     "GLCountryPickerController",
23     "GLCountryPickerController/**/*.{h,m}"
24   ],
25   "exclude_files": "GLCountryPickerController/Exclude",
26   "resources": "GLCountryPickerController/GLCountryPickerController.bundle",
27   "requires_arc": true