blob: c2b32767ac912af66e2dccbfe9cf6ea8d8bacdb9 [file] [log] [blame]
{
"name": "Gloss",
"version": "0.2.0",
"summary": "A shiny JSON parsing library in Swift",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,swift}",
"subspecs": [
{
"name": "Extensions",
"source_files": "Pod/Classes/Extensions/*.{swift}"
}
]
}