[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 6 / SwiftCountrySelector / 0.1.2 / SwiftCountrySelector.podspec.json
blobf9a42a3ccebe67cc20c93a2d66adcf5b72725fa3
2   "name": "SwiftCountrySelector",
3   "version": "0.1.2",
4   "summary": "A pure Swift 3.0 implementation of a country picker.",
5   "description": "A longer description that I will create later on but for now this will pass validation.",
6   "homepage": "https://github.com/luskin/SwiftCountrySelector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gregg Luskin": "gdluskin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/luskin/SwiftCountrySelector.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SwiftCountrySelector/Classes/**/*",
22   "resource_bundles": {
23     "SwiftCountrySelector": [
24       "Flags.bundle"
25     ]
26   }