blob: 80101ba9985a83fb1644a3b62a76d9e614db4e6b [file] [log] [blame]
{
"name": "CrashGuardKit",
"version": "0.0.3",
"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.3"
},
"source_files": "CrashGuardKit/CrashGuard/*.{h,m}",
"requires_arc": true
}