[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 4 / JWDebugTool / 0.1.1 / JWDebugTool.podspec.json
blob2d125b10f0c0275b2ebed60c559db4affa15e7ff
2   "name": "JWDebugTool",
3   "version": "0.1.1",
4   "summary": "JWDebugTool from LLDebugTool, delete some UIWebView class.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Joke-Wang/JWDebugTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joke-Wang": "wangzhangzhong1102@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Joke-Wang/JWDebugTool.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Network",
25       "public_header_files": "JWDebugTool/Core/Component/Network/**/*.h",
26       "source_files": "JWDebugTool/Core/Component/Network/**/*.{h,m}",
27       "frameworks": [
28         "SystemConfiguration",
29         "CoreTelephony"
30       ],
31       "pod_target_xcconfig": {
32         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_NETWORK=1"
33       },
34       "dependencies": {
35         "JWDebugTool/Storage": [
37         ]
38       }
39     },
40     {
41       "name": "Log",
42       "public_header_files": "JWDebugTool/Core/Component/Log/**/*.h",
43       "source_files": "JWDebugTool/Core/Component/Log/**/*.{h,m}",
44       "pod_target_xcconfig": {
45         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOG=1"
46       },
47       "dependencies": {
48         "JWDebugTool/Storage": [
50         ]
51       }
52     },
53     {
54       "name": "Crash",
55       "public_header_files": "JWDebugTool/Core/Component/Crash/**/*.h",
56       "source_files": "JWDebugTool/Core/Component/Crash/**/*.{h,m}",
57       "pod_target_xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_CRASH=1"
59       },
60       "dependencies": {
61         "JWDebugTool/Storage": [
63         ]
64       }
65     },
66     {
67       "name": "AppInfo",
68       "public_header_files": "JWDebugTool/Core/Component/AppInfo/**/*.h",
69       "source_files": "JWDebugTool/Core/Component/AppInfo/**/*.{h,m}",
70       "frameworks": "SystemConfiguration",
71       "pod_target_xcconfig": {
72         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_APP_INFO=1"
73       },
74       "dependencies": {
75         "JWDebugTool/Core": [
77         ]
78       }
79     },
80     {
81       "name": "Sandbox",
82       "public_header_files": "JWDebugTool/Core/Component/Sandbox/**/*.h",
83       "source_files": "JWDebugTool/Core/Component/Sandbox/**/*.{h,m}",
84       "frameworks": [
85         "QuickLook",
86         "WebKit",
87         "AVKit"
88       ],
89       "pod_target_xcconfig": {
90         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SANDBOX=1"
91       },
92       "dependencies": {
93         "JWDebugTool/Core": [
95         ]
96       }
97     },
98     {
99       "name": "Screenshot",
100       "public_header_files": "JWDebugTool/Core/Component/Screenshot/**/*.h",
101       "source_files": "JWDebugTool/Core/Component/Screenshot/**/*.{h,m}",
102       "frameworks": "Photos",
103       "pod_target_xcconfig": {
104         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SCREENSHOT=1"
105       },
106       "dependencies": {
107         "JWDebugTool/Core": [
109         ]
110       }
111     },
112     {
113       "name": "Hierarchy",
114       "public_header_files": "JWDebugTool/Core/Component/Hierarchy/**/*.h",
115       "source_files": "JWDebugTool/Core/Component/Hierarchy/**/*.{h,m}",
116       "pod_target_xcconfig": {
117         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HIERARCHY=1"
118       },
119       "dependencies": {
120         "JWDebugTool/Core": [
122         ]
123       }
124     },
125     {
126       "name": "Magnifier",
127       "public_header_files": "JWDebugTool/Core/Component/Magnifier/**/*.h",
128       "source_files": "JWDebugTool/Core/Component/Magnifier/**/*.{h,m}",
129       "pod_target_xcconfig": {
130         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_MAGNIFIER=1"
131       },
132       "dependencies": {
133         "JWDebugTool/Core": [
135         ]
136       }
137     },
138     {
139       "name": "Ruler",
140       "public_header_files": "JWDebugTool/Core/Component/Ruler/**/*.h",
141       "source_files": "JWDebugTool/Core/Component/Ruler/**/*.{h,m}",
142       "pod_target_xcconfig": {
143         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_RULER=1"
144       },
145       "dependencies": {
146         "JWDebugTool/Core": [
148         ]
149       }
150     },
151     {
152       "name": "WidgetBorder",
153       "public_header_files": "JWDebugTool/Core/Component/WidgetBorder/**/*.h",
154       "source_files": "JWDebugTool/Core/Component/WidgetBorder/**/*.{h,m}",
155       "pod_target_xcconfig": {
156         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_WIDGET_BORDER=1"
157       },
158       "dependencies": {
159         "JWDebugTool/Core": [
161         ]
162       }
163     },
164     {
165       "name": "Html",
166       "public_header_files": "JWDebugTool/Core/Component/Html/**/*.h",
167       "source_files": "JWDebugTool/Core/Component/Html/**/*.{h,m}",
168       "frameworks": "WebKit",
169       "pod_target_xcconfig": {
170         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HTML=1"
171       },
172       "dependencies": {
173         "JWDebugTool/Core": [
175         ]
176       }
177     },
178     {
179       "name": "Location",
180       "public_header_files": "JWDebugTool/Core/Component/Location/**/*.h",
181       "source_files": "JWDebugTool/Core/Component/Location/**/*.{h,m}",
182       "frameworks": [
183         "CoreLocation",
184         "MapKit"
185       ],
186       "pod_target_xcconfig": {
187         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOCATION=1"
188       },
189       "dependencies": {
190         "JWDebugTool/Core": [
192         ]
193       }
194     },
195     {
196       "name": "ShortCut",
197       "public_header_files": "JWDebugTool/Core/Component/ShortCut/**/*.h",
198       "source_files": "JWDebugTool/Core/Component/ShortCut/**/*.{h,m}",
199       "pod_target_xcconfig": {
200         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SHORT_CUT=1"
201       },
202       "dependencies": {
203         "JWDebugTool/Core": [
205         ]
206       }
207     },
208     {
209       "name": "Storage",
210       "public_header_files": "JWDebugTool/Core/Storage/**/*.h",
211       "source_files": "JWDebugTool/Core/Storage/**/*.{h,m}",
212       "dependencies": {
213         "JWDebugTool/Core": [
215         ],
216         "FMDB": [
217           "~> 2.0"
218         ]
219       }
220     },
221     {
222       "name": "Core",
223       "public_header_files": [
224         "JWDebugTool/LLDebug.h",
225         "JWDebugTool/DebugTool/*.h",
226         "JWDebugTool/Core/Others/**/*.h"
227       ],
228       "source_files": [
229         "JWDebugTool/LLDebug.h",
230         "JWDebugTool/DebugTool/*.{h,m}",
231         "JWDebugTool/Core/Others/**/*.{h,m}"
232       ],
233       "resources": "JWDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"
234     }
235   ]