blob: 5daac63ea805e8398f4e1af7b073c29723841718 [file] [log] [blame]
{
"name": "KNPreventCrash",
"version": "0.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": "0.0.1"
},
"source_files": [
"KNPreventCrashDemo",
"KNPreventCrashDemo/KNPreventCrashDemo/KNPreventCrash/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
]
}