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