blob: dabc735d32a291a6486e988fd295b857410fa80a [file] [log] [blame]
{
"name": "Gloss",
"version": "0.7.1",
"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.7.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/*.{swift}"
}