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