blob: f24ed33e5e610eca3cd4a4f28dbf4a92ab925fb8 [file] [log] [blame]
{
"name": "KNPreventCrash",
"version": "1.0.1",
"summary": "防止崩溃",
"description": "iOS防止找不到对象或者空类型崩溃",
"homepage": "https://github.com/luckyxiangfeng/KNPreventCrash",
"license": "MIT",
"authors": {
"Ken": "ulxiping@aliyun.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/luckyxiangfeng/KNPreventCrash.git",
"tag": "1.0.1"
},
"source_files": "KNPreventCrash/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}