blob: fd519b83119a01478afce9c4584daa276f93ccad [file] [log] [blame]
{
"name": "DebugBall",
"version": "1.1.0",
"summary": "一个轻量级的Debug调试工具,一键设置API Host/H5 API Host,以及其它的一些Debug UI调试工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/pjocer/DebugBall",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pjocer": "pjocer@outlook.com"
},
"source": {
"git": "https://github.com/pjocer/DebugBall.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DebugBall/Classes/**/*",
"resource_bundles": {
"DebugBall": [
"DebugBall/Assets/*"
]
},
"public_header_files": "DebugBall/Classes/**/*.h",
"dependencies": {
"QMUIKit": [
]
}
}