[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 1 / e / 2 / LLDebugTool / 1.3.8.1 / LLDebugTool.podspec.json
blob649f0a0f517de536266caf696c2681876040094c
2   "name": "LLDebugTool",
3   "version": "1.3.8.1",
4   "summary": "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.",
5   "homepage": "https://github.com/HDB-Li/LLDebugTool",
6   "license": "MIT",
7   "authors": {
8     "HDB-Li": "llworkinggroup1992@gmail.com"
9   },
10   "social_media_url": "https://github.com/HDB-Li",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/HDB-Li/LLDebugTool.git",
16     "tag": "1.3.8.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Network",
22       "public_header_files": "LLDebugTool/Core/Component/Network/**/*.h",
23       "source_files": "LLDebugTool/Core/Component/Network/**/*.{h,m}",
24       "frameworks": [
25         "SystemConfiguration",
26         "CoreTelephony"
27       ],
28       "pod_target_xcconfig": {
29         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_NETWORK=1"
30       },
31       "dependencies": {
32         "LLDebugTool/Storage": [
34         ]
35       }
36     },
37     {
38       "name": "Log",
39       "public_header_files": "LLDebugTool/Core/Component/Log/**/*.h",
40       "source_files": "LLDebugTool/Core/Component/Log/**/*.{h,m}",
41       "pod_target_xcconfig": {
42         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOG=1"
43       },
44       "dependencies": {
45         "LLDebugTool/Storage": [
47         ]
48       }
49     },
50     {
51       "name": "Crash",
52       "public_header_files": "LLDebugTool/Core/Component/Crash/**/*.h",
53       "source_files": "LLDebugTool/Core/Component/Crash/**/*.{h,m}",
54       "pod_target_xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_CRASH=1"
56       },
57       "dependencies": {
58         "LLDebugTool/Storage": [
60         ]
61       }
62     },
63     {
64       "name": "AppInfo",
65       "public_header_files": "LLDebugTool/Core/Component/AppInfo/**/*.h",
66       "source_files": "LLDebugTool/Core/Component/AppInfo/**/*.{h,m}",
67       "frameworks": "SystemConfiguration",
68       "pod_target_xcconfig": {
69         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_APP_INFO=1"
70       },
71       "dependencies": {
72         "LLDebugTool/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Sandbox",
79       "public_header_files": "LLDebugTool/Core/Component/Sandbox/**/*.h",
80       "source_files": "LLDebugTool/Core/Component/Sandbox/**/*.{h,m}",
81       "frameworks": [
82         "QuickLook",
83         "WebKit",
84         "AVKit"
85       ],
86       "pod_target_xcconfig": {
87         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SANDBOX=1"
88       },
89       "dependencies": {
90         "LLDebugTool/Core": [
92         ]
93       }
94     },
95     {
96       "name": "Screenshot",
97       "public_header_files": "LLDebugTool/Core/Component/Screenshot/**/*.h",
98       "source_files": "LLDebugTool/Core/Component/Screenshot/**/*.{h,m}",
99       "frameworks": "Photos",
100       "pod_target_xcconfig": {
101         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SCREENSHOT=1"
102       },
103       "dependencies": {
104         "LLDebugTool/Core": [
106         ]
107       }
108     },
109     {
110       "name": "Hierarchy",
111       "public_header_files": "LLDebugTool/Core/Component/Hierarchy/**/*.h",
112       "source_files": "LLDebugTool/Core/Component/Hierarchy/**/*.{h,m}",
113       "pod_target_xcconfig": {
114         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HIERARCHY=1"
115       },
116       "dependencies": {
117         "LLDebugTool/Core": [
119         ]
120       }
121     },
122     {
123       "name": "Magnifier",
124       "public_header_files": "LLDebugTool/Core/Component/Magnifier/**/*.h",
125       "source_files": "LLDebugTool/Core/Component/Magnifier/**/*.{h,m}",
126       "pod_target_xcconfig": {
127         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_MAGNIFIER=1"
128       },
129       "dependencies": {
130         "LLDebugTool/Core": [
132         ]
133       }
134     },
135     {
136       "name": "Ruler",
137       "public_header_files": "LLDebugTool/Core/Component/Ruler/**/*.h",
138       "source_files": "LLDebugTool/Core/Component/Ruler/**/*.{h,m}",
139       "pod_target_xcconfig": {
140         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_RULER=1"
141       },
142       "dependencies": {
143         "LLDebugTool/Core": [
145         ]
146       }
147     },
148     {
149       "name": "WidgetBorder",
150       "public_header_files": "LLDebugTool/Core/Component/WidgetBorder/**/*.h",
151       "source_files": "LLDebugTool/Core/Component/WidgetBorder/**/*.{h,m}",
152       "pod_target_xcconfig": {
153         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_WIDGET_BORDER=1"
154       },
155       "dependencies": {
156         "LLDebugTool/Core": [
158         ]
159       }
160     },
161     {
162       "name": "Html",
163       "public_header_files": "LLDebugTool/Core/Component/Html/**/*.h",
164       "source_files": "LLDebugTool/Core/Component/Html/**/*.{h,m}",
165       "frameworks": "WebKit",
166       "pod_target_xcconfig": {
167         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HTML=1"
168       },
169       "dependencies": {
170         "LLDebugTool/Core": [
172         ]
173       }
174     },
175     {
176       "name": "Location",
177       "public_header_files": "LLDebugTool/Core/Component/Location/**/*.h",
178       "source_files": "LLDebugTool/Core/Component/Location/**/*.{h,m}",
179       "frameworks": [
180         "CoreLocation",
181         "MapKit"
182       ],
183       "pod_target_xcconfig": {
184         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOCATION=1"
185       },
186       "dependencies": {
187         "LLDebugTool/Core": [
189         ]
190       }
191     },
192     {
193       "name": "ShortCut",
194       "public_header_files": "LLDebugTool/Core/Component/ShortCut/**/*.h",
195       "source_files": "LLDebugTool/Core/Component/ShortCut/**/*.{h,m}",
196       "pod_target_xcconfig": {
197         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SHORT_CUT=1"
198       },
199       "dependencies": {
200         "LLDebugTool/Core": [
202         ]
203       }
204     },
205     {
206       "name": "Storage",
207       "public_header_files": "LLDebugTool/Core/Storage/**/*.h",
208       "source_files": "LLDebugTool/Core/Storage/**/*.{h,m}",
209       "dependencies": {
210         "LLDebugTool/Core": [
212         ],
213         "FMDB": [
214           "~> 2.0"
215         ]
216       }
217     },
218     {
219       "name": "Core",
220       "public_header_files": [
221         "LLDebugTool/LLDebug.h",
222         "LLDebugTool/DebugTool/*.h",
223         "LLDebugTool/Core/Others/**/*.h"
224       ],
225       "source_files": [
226         "LLDebugTool/LLDebug.h",
227         "LLDebugTool/DebugTool/*.{h,m}",
228         "LLDebugTool/Core/Others/**/*.{h,m}"
229       ],
230       "resources": "LLDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"
231     }
232   ]