blob: c7b26a90b33826794d71e70a8f7cb35d208beb18 [file] [log] [blame]
{
"name": "VZInspector",
"version": "0.0.8",
"summary": "an iOS app runtime debugger",
"homepage": "http://vizlabxt.github.io/blog/2014/11/06/VZInspector/",
"license": "MIT",
"authors": {
"akadealloc": "jayson.xu@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/akaDealloc/VZInspector.git",
"tag": "0.0.8"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "VZInspector/**/*",
"libraries": [
"z",
"c++"
]
}