[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 2.0.0 / Gloss.podspec.json
blob4689e4bbc2cfffbb0fb3ad0a89f1cbcaa1feb8c2
2   "name": "Gloss",
3   "version": "2.0.0",
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": "2.0.0"
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}",
27   "pushed_with_swift_version": "3.0"