blob: 76fb4de9666760c6a98f120bc8fbf3be0a6c1cd0 [file] [log] [blame]
{
"name": "CrashGuardKit",
"version": "0.0.2",
"summary": "This framework can avoid Foundation framework potential crash danger.",
"description": "This framework can guard crash in code, it has been uesed in my projects ,and it works very good.",
"homepage": "https://github.com/bravegogo/CrashGuardKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bravegogo": "bravegogo@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bravegogo/CrashGuardKit.git",
"tag": "0.0.2"
},
"source_files": [
"CrashGuardKit",
"CrashGuardKit/CrashGuard/*.{h,m}"
],
"requires_arc": true
}