blob: 1daf76f37e176099bc3e86d240fdcda9fb427378 [file] [log] [blame]
{
"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
}