[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 9 / CWCrashProtect / 0.0.1 / CWCrashProtect.podspec.json
blob8e20b6be53e64e9918e3ad003683a8d3f7c574c1
2   "name": "CWCrashProtect",
3   "version": "0.0.1",
4   "summary": "CWCrashProtect 线上崩溃保护库",
5   "description": "崩溃保护",
6   "homepage": "https://github.com/ChengwenY/CrashProtect.git",
7   "license": "MIT",
8   "authors": {
9     "ChengwenY": "yuanchegnwen@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/ChengwenY/CrashProtect.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "CWCrashProtect/CWCrashProtect.h",
19   "subspecs": [
20     {
21       "name": "Base",
22       "source_files": "CWCrashProtect/Core/*.{h,m}"
23     },
24     {
25       "name": "SetProtect",
26       "source_files": "CWCrashProtect/SetProtect/*.{h,m}",
27       "dependencies": {
28         "CWCrashProtect/Base": [
30         ]
31       }
32     },
33     {
34       "name": "KVOProtect",
35       "source_files": "CWCrashProtect/KVOProtect/*.{h,m}",
36       "dependencies": {
37         "CWCrashProtect/Base": [
39         ]
40       }
41     },
42     {
43       "name": "SelectorProtect",
44       "source_files": "CWCrashProtect/SelectorProtect/*.{h,m}",
45       "dependencies": {
46         "CWCrashProtect/Base": [
48         ]
49       }
50     }
51   ]