[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 1 / 5 / HHTimeProfiler / 1.1.0 / HHTimeProfiler.podspec.json
blob0c640388f58b6f5d62cc1641648afc1b1e558e09
2   "name": "HHTimeProfiler",
3   "version": "1.1.0",
4   "summary": "通过fishhook hook send_msg方法,然后展示出函数调用栈和时间,支持chrome的火焰图的格式",
5   "description": "hello",
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.1"
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",
24   "public_header_files": "UIKit/*.h"