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