[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 0.1.0 / Gloss.podspec.json
blobe88373c7cd66a2f56ac8e9c057887d7d223d1471
2   "name": "Gloss",
3   "version": "0.1.0",
4   "summary": "A shiny JSON parsing library in Swift",
5   "homepage": "https://github.com/hkellaway/Gloss",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Harlan Kellaway": "hello@harlankellaway.com"
12   },
13   "source": {
14     "git": "https://github.com/hkellaway/Gloss.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/*.{h,swift}",
22   "subspecs": [
23     {
24       "name": "Extensions",
25       "source_files": "Pod/Classes/Extensions/*.{swift}"
26     }
27   ]