blob: 47fa8146ab3cb0f1f9e76b2960ebb70b518c2e40 [file] [log] [blame]
{
"name": "NFGuardDog",
"version": "1.0.3",
"summary": "APP的看门狗,基于runtime的Swizzle Method的crash防护框架,能实时捕获导致app崩溃的破坏因子并自动修复",
"description": "APP的看门狗,基于runtime的Swizzle Method的crash防护框架,能实时捕获导致app崩溃的破坏因子并自动修复;crash收集,方便异常上报;日志收集;FPS监控;流量监控。",
"homepage": "https://github.com/ninefivefly/NFGuardDog.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JIANG PENGH CHENG": "ninefivefly@foxmail.com"
},
"source": {
"git": "https://github.com/ninefivefly/NFGuardDog.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NFGuardDog/NFGuardDog.{h,m}",
"subspecs": [
{
"name": "Crash",
"source_files": "NFGuardDog/Crash/*.{h,m}"
}
]
}