blob: a0b055334270281b72c99527fec967afb7438188 [file] [log] [blame]
{
"name": "CrashGuardKit",
"version": "0.0.6",
"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.6"
},
"source_files": [
"CrashGuard",
"CrashGuardKit/CrashGuard/*.{h,m}"
],
"exclude_files": "CrashGuard/Exclude",
"requires_arc": true
}