blob: 045ae33f554e91cf5b895d8c0ea4d172183ef634 [file] [log] [blame]
{
"name": "DebugBall",
"version": "0.5.1",
"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": "0.5.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DebugBall/Classes/**/*",
"resource_bundles": {
"DebugBall": [
"DebugBall/Assets/*"
]
},
"public_header_files": "DebugBall/Classes/**/*.h",
"dependencies": {
"QMUIKit": [
"~> 1.7.6"
]
}
}