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