{ | |
"name": "SafeCrash", | |
"version": "0.0.1", | |
"summary": "避免 字典为nil,数组越界导致的crash", | |
"homepage": "https://github.com/RtzX/SafeCrash", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"RtZX": "993006816@qq.com" | |
}, | |
"source": { | |
"git": "https://github.com/RtzX/SafeCrash.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"SafeCrash", | |
"Safe/**/*.{h,m}" | |
], | |
"platforms": { | |
"ios": "8.0" | |
} | |
} |