blob: 11c87c820ea789b8f385f523af28d51c08b70669 [file] [log] [blame]
{
"name": "ZKParser",
"version": "0.8",
"license": "MIT",
"summary": "An Objective-C parser/combinator library.",
"homepage": "https://github.com/superfell/ZKParser",
"authors": {
"Simon Fell": "fellforce@gmail.com"
},
"source": {
"git": "https://github.com/superfell/zkparser.git",
"tag": "v0.8"
},
"source_files": "ZKParser/**/*",
"platforms": {
"ios": "9.0",
"osx": "10.13"
},
"requires_arc": true
}