[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / 5 / CHHook / 0.0.7 / CHHook.podspec.json
bloba5fe7f4806dda2e6a3b23e10292024e9a85fcad6
2   "name": "CHHook",
3   "version": "0.0.7",
4   "summary": "CHHook is Debug Tool",
5   "description": "0.0.7:URLSession Hook增加日志打印控制参数,优化日志打印效果\n0.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",
6   "homepage": "ttps://github.com/rainbow911",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guowen Wang": "rainbow911@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rainbow911/CHHook.git",
16     "tag": "0.0.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Print",
24       "source_files": "CHHook/Print/*"
25     },
26     {
27       "name": "URLSession",
28       "source_files": "CHHook/URLSession/*"
29     },
30     {
31       "name": "UIViewController",
32       "source_files": "CHHook/UIViewController/*"
33     }
34   ]