[Add] ConsentViewController 7.7.4
[CocoaPods.git] / Specs / c / 3 / f / NFGuardDog / 1.0.3 / NFGuardDog.podspec.json
blob47fa8146ab3cb0f1f9e76b2960ebb70b518c2e40
2   "name": "NFGuardDog",
3   "version": "1.0.3",
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.3"
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   ]