[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / 6 / b / d / KNPreventCrash / 0.2.0 / KNPreventCrash.podspec.json
blob71c89cdc0d1b94d3259137518ff6fbf70308f362
2   "name": "KNPreventCrash",
3   "version": "0.2.0",
4   "summary": "防止崩溃",
5   "description": "iOS防止找不到对象或者空类型崩溃",
6   "homepage": "https://github.com/luckyxiangfeng/KNPreventCrash",
7   "license": "MIT",
8   "authors": {
9     "Ken": "ulxiping@aliyun.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/luckyxiangfeng/KNPreventCrash.git",
16     "tag": "0.2.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "subspecs": [
23     {
24       "name": "KNPreventCrash",
25       "source_files": "KNPreventCrashDemo/KNPreventCrash/*.{h,m}"
26     }
27   ]