blob: f98f1a5b0387688bfd4d84c57b45abe59af57078 [file] [log] [blame]
{
"name": "CrispJSON",
"version": "1.0.0",
"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.0"
},
"source_files": "CrispJSON/Sources/**/*.swift"
}