blob: 796cdb117dc65f13efa77269d4724db89cb07004 [file] [log] [blame]
{
"name": "Gloss",
"version": "0.5.3",
"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"
},
"source": {
"git": "https://github.com/hkellaway/Gloss.git",
"tag": "0.5.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{swift}"
}