blob: fc5547209dd723b65de010795fb54d2ab79628b4 [file] [log] [blame]
{
"name": "CrashHooker",
"version": "0.0.2",
"summary": "Simple crash protection for the app.",
"description": "利用Try-catch和runtime防止日常的崩溃,Simple crash protection for the app.",
"homepage": "https://github.com/SmallwolfiOS/CrashHooker",
"license": "MIT",
"authors": {
"马海平": "1348748408@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/SmallwolfiOS/CrashHooker.git",
"tag": "0.0.2"
},
"source_files": [
"CrashHooker",
"CrashHooker/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true
}