blob: 9115c5c8834e9461642ca8ddcab74c211499d3fa [file] [log] [blame]
{
"name": "CrashPrevention",
"version": "1.0.1",
"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.1"
},
"source_files": "CrashPrevention/CrashPrevention/**/*.{h,m}",
"requires_arc": true
}