blob: 7fc41ecea32e3c29b1b56d0490aa2381b7be45dc [file] [log] [blame]
{
"name": "json-parser-swift",
"version": "0.0.2",
"summary": "JSON parser & tokenizer in pure Swift",
"homepage": "https://github.com/webconnex/json-parser-swift",
"license": {
"type": "MIT"
},
"authors": "Webconnex LLC",
"module_name": "JSON",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/webconnex/json-parser-swift.git",
"tag": "0.0.2"
},
"source_files": "JSON/*.swift"
}