blob: 283cb6e65da1df2dcf531d30f1bfd022fef2b0b9 [file] [log] [blame]
{
"name": "json-parser-swift",
"version": "0.1.1",
"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.1.1"
},
"source_files": "JSON/*.swift"
}