blob: 57962f4db9db31e681390f183bb7a59e4c4424f4 [file] [log] [blame]
{
"name": "LCCrashHandle",
"version": "1.0.0",
"summary": "利用runtime 交换系统的方法,降低APP崩溃率。",
"description": "利用runtime 交换系统的方法, 封装NSArray, NSDictionary分类, 拦截unrecognized selector sent to instance崩溃,降低APP崩溃率。",
"homepage": "https://github.com/Rochang/LCCrashHandle.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rochang": "625304864@qq.com"
},
"source": {
"git": "https://github.com/Rochang/LCCrashHandle.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LCCrashHandle/Classes/**/*"
}