blob: 1f0210b722fc8c713868a8426157859d73fd0e61 [file] [log] [blame]
{
"name": "FJAvoidCrashMechanism",
"version": "1.0.1",
"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.2"
},
"source_files": [
"FJAvoidCrashMechanism",
"*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit"
}