blob: a064b82a7bd5c951270ec05254daeeb21d8c2399 [file] [log] [blame]
{
"name": "CHHook",
"version": "0.0.6",
"summary": "CHHook is Debug Tool",
"description": "0.0.6:增加httpCode返回,子库化\n0.0.5:增加Hook NSLog方法,但是Swift Print Hook 无效\n0.0.4:去掉日志打印,方便和CHLog配合使用\n0.0.3:设置请求成功后打印后台返回的Header信息\n0.0.2:增加多种解析,避免获取不到请求参数\n0.0.1:初始版本\nCHHook is Debug Tool, let you quick enter project",
"homepage": "ttps://github.com/rainbow911",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guowen Wang": "rainbow911@gmail.com"
},
"source": {
"git": "https://github.com/rainbow911/CHHook.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Print",
"source_files": "CHHook/Print/*"
},
{
"name": "URLSession",
"source_files": "CHHook/URLSession/*"
},
{
"name": "UIViewController",
"source_files": "CHHook/UIViewController/*"
}
]
}