blob: 3772d1e28931b04edf260a4c91f60843420146a0 [file] [log] [blame]
{
"name": "XDebugBox",
"version": "0.0.4",
"summary": "A lightweight, visual tool for development and debugging.",
"homepage": "https://github.com/hiETsang/XDebugBox",
"license": "MIT",
"authors": {
"canoe": "canoe_likecode@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hiETsang/XDebugBox.git",
"tag": "v0.0.4"
},
"source_files": "XDebugBoxExample/XDebugBox/**/*.{h,m}",
"resources": "XDebugBoxExample/XDebugBox/Sources/*.{png,xib,nib,bundle}",
"requires_arc": true,
"frameworks": [
"UIKit",
"WebKit"
]
}