[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / 6 / b / d / KNPreventCrash / 1.0.0 / KNPreventCrash.podspec.json
blob4b80210b375dfa3c49ac983df3e36770b460c2be
2   "name": "KNPreventCrash",
3   "version": "1.0.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": "1.0.0"
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   ]