blob: f33a9051aad98ce14eea01dbf750b1f0d0dd4adc [file] [log] [blame]
{
"name": "Gloss",
"version": "0.5.4",
"summary": "A shiny JSON parsing library in Swift",
"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.",
"homepage": "https://github.com/hkellaway/Gloss",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harlan Kellaway": "hello@harlankellaway.com"
},
"social_media_url": "http://twitter.com/HarlanKellaway",
"source": {
"git": "https://github.com/hkellaway/Gloss.git",
"tag": "0.5.4"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.{swift}"
}