[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 3.1.1 / Gloss.podspec.json
blob6ebd052aef4168600ab8d4347e6f86593d031af3
2   "name": "Gloss",
3   "version": "3.1.1",
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": "harlan.github@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hkellaway/Gloss.git",
16     "tag": "3.1.1"
17   },
18   "swift_versions": "5.0",
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/Gloss/*.{swift}",
27   "swift_version": "5.0"