blob: 580089a3dd823cfe348c747fd618454e61512d48 [file] [log] [blame]
{
"name": "KNPreventCrash",
"version": "1.0.2",
"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.2"
},
"source_files": "KNPreventCrash/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}