[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 3 / f / NFGuardDog / 1.0.4 / NFGuardDog.podspec.json
blobb57fea4bf414cd618b149e9351ba7a8765ce6096
2   "name": "NFGuardDog",
3   "version": "1.0.4",
4   "summary": "APP的看门狗,基于runtime的Swizzle Method的crash防护框架,能实时捕获导致app崩溃的破坏因子并自动修复",
5   "description": "APP的看门狗,基于runtime的Swizzle Method的crash防护框架,能实时捕获导致app崩溃的破坏因子并自动修复;crash收集,方便异常上报;日志收集;FPS监控;流量监控。",
6   "homepage": "https://github.com/ninefivefly/NFGuardDog.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JIANG PENGH CHENG": "ninefivefly@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ninefivefly/NFGuardDog.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NFGuardDog/NFGuardDog.{h,m}",
22   "subspecs": [
23     {
24       "name": "Crash",
25       "source_files": "NFGuardDog/Crash/*.{h,m}"
26     }
27   ]