[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 3 / 1 / 5 / HHTimeProfiler / 1.2.2 / HHTimeProfiler.podspec.json
blobe0c35e498b4d63184e49251e658d2e07559d9c34
2   "name": "HHTimeProfiler",
3   "version": "1.2.2",
4   "summary": "通过fishhook hook send_msg方法,然后展示出函数调用栈和时间,支持chrome的火焰图的格式",
5   "description": "通过fishhook hook send_msg方法,将生成的文件。用chrome的chrome://tracing/工具打开显示火焰图。然后展示出函数调用栈和时间。",
6   "homepage": "https://github.com/hherima/HHTimeProfiler",
7   "license": "MIT",
8   "authors": {
9     "hherima": "hherima@126.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/hherima/HHTimeProfiler.git",
16     "tag": "0.0.6"
17   },
18   "source_files": [
19     "TimeProfiler/*{.h,.m,.c}",
20     "TimeProfiler/Core/*{.h,.m,.c,.s}",
21     "TimeProfiler/fishhook/*{.h,.m,.c,.s}"
22   ],
23   "exclude_files": "TimeProfiler/Exclude"