| { | |
| "name": "CrashPrevention", | |
| "version": "1.0.2", | |
| "summary": "阻止一些简单bug,防止程序crash,比如:数组越界", | |
| "homepage": "https://github.com/hwzss/CrashPrevention", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "hwzss": "1833361588@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/hwzss/CrashPrevention.git", | |
| "tag": "1.0.2" | |
| }, | |
| "source_files": "CrashPrevention/CrashPrevention/**/*.{h,m}", | |
| "requires_arc": true | |
| } |