blob: 77c89208d731cf45ec8d8851628972feb7a66f62 [file] [log] [blame]
{
"name": "CrispJSON",
"version": "1.0.1",
"summary": "Create concise and readable JSON parsers with CrispJSON.",
"homepage": "https://bitbucket.org/originware/crispjson",
"license": {
"type": "Apache 2.0"
},
"authors": {
"Terry Stillone": "terry@originware.com"
},
"description": "CrispJSON allows you to create concise and readable JSON parsing code in Swift. Scalable and lightweight, it parses both simple and complex JSON.",
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://originware@bitbucket.org/originware/crispjson.git",
"tag": "1.0.1"
},
"source_files": "CrispJSON/Sources/**/*.swift"
}