[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 0.7.2 / Gloss.podspec.json
blob50ed68d5a71b22b3bdae212a7923fc390e345916
2   "name": "Gloss",
3   "version": "0.7.2",
4   "summary": "A shiny JSON parsing library in Swift",
5   "description": "A shiny JSON parsing library in Swift. Features include mapping JSON to objects, mapping objects to JSON, handling of nested objects and custom transformations.",
6   "homepage": "https://github.com/hkellaway/Gloss",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harlan Kellaway": "hello@harlankellaway.com"
13   },
14   "social_media_url": "http://twitter.com/HarlanKellaway",
15   "source": {
16     "git": "https://github.com/hkellaway/Gloss.git",
17     "tag": "0.7.2"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/*.{swift}"