[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / b / d / KNPreventCrash / 0.1.1 / KNPreventCrash.podspec.json
blobfca39e08acfa93680aa5a2854539c9ddbed57c44
2   "name": "KNPreventCrash",
3   "version": "0.1.1",
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.1.1"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "subspecs": [
23     {
24       "name": "KNPreventCrash",
25       "source_files": "KNPreventCrashDemo/KNPreventCrash/*.{h,m}"
26     }
27   ]