| { |
| "name": "ZXCrashProtection", |
| "version": "1.0.2", |
| "summary": "利用Swizzle Method阻止App在运行时发生崩溃", |
| "homepage": "https://github.com/zhangxing4418/ZXCrashProtection", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhangxing4418": "1092474399@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhangxing4418/ZXCrashProtection.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "ZXCrashProtection/Class/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "RSSwizzle": [ |
| |
| ] |
| } |
| } |