[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 0.6.0 / Gloss.podspec.json
blob8861457e727a3d5ab9b7858305135315449e9aac
2   "name": "Gloss",
3   "version": "0.6.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": "0.6.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "source_files": "Gloss/Gloss/*.{swift}"