[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 6 / b / d / KNPreventCrash / 0.0.2 / KNPreventCrash.podspec.json
blob3649de338f1e56e92e2be7c34210aeb49567f325
2   "name": "KNPreventCrash",
3   "version": "0.0.2",
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.0.2"
17   },
18   "source_files": [
19     "KNPreventCrashDemo",
20     "KNPreventCrashDemo/KNPreventCrashDemo/KNPreventCrash"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "KNPreventCrash",
29       "source_files": "KNPreventCrashDemo/KNPreventCrash/*.{h,m}"
30     }
31   ]