[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 7 / e / GYMonitor / 1.0.0 / GYMonitor.podspec.json
blobbbb32181b1b69b12b72cc10e176f00d18cf24e0f
2   "name": "GYMonitor",
3   "version": "1.0.0",
4   "summary": "A collection of code for profiling iOS app, such as monitoring FPS.",
5   "homepage": "https://github.com/featuretower/GYMonitor",
6   "license": "MIT (LICENSE)",
7   "authors": {
8     "featuretower": "featuretower@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/featuretower/GYMonitor.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": [
18     "GYMonitor",
19     "GYMonitor/**/*.{h,m}"
20   ],
21   "exclude_files": "GYMonitor/CrashReporter.framework",
22   "dependencies": {
23     "PLCrashReporter": [
25     ]
26   },
27   "requires_arc": true