[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / d / 9 / Gloss / 0.5.4 / Gloss.podspec.json
blobf33a9051aad98ce14eea01dbf750b1f0d0dd4adc
2   "name": "Gloss",
3   "version": "0.5.4",
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.5.4"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/*.{swift}"