blob: a8e628ebdf43dbeb03df7e643f127e1dad4fbecd [file] [log] [blame]
{
"name": "FJAvoidCrashMechanism",
"version": "1.0.2",
"summary": "通过runtime,来防止数组、字典、字符串引起的崩溃",
"homepage": "http://www.jianshu.com/p/bea2bfed3f3f",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fangjinfeng": "116418179@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fangjinfeng/FJ_Safe.git",
"tag": "0.0.3"
},
"source_files": [
"FJAvoidCrashMechanism",
"*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit"
}