[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 1 / e / 2 / LLDebugTool / 1.3.7 / LLDebugTool.podspec.json
blob3c048d22cccd8d032f5fcf3052001c6ca43a5ecb
2   "name": "LLDebugTool",
3   "version": "1.3.7",
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.7"
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": "QuickLook",
82       "pod_target_xcconfig": {
83         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SANDBOX=1"
84       },
85       "dependencies": {
86         "LLDebugTool/Core": [
88         ]
89       }
90     },
91     {
92       "name": "Screenshot",
93       "public_header_files": "LLDebugTool/Core/Component/Screenshot/**/*.h",
94       "source_files": "LLDebugTool/Core/Component/Screenshot/**/*.{h,m}",
95       "frameworks": "Photos",
96       "pod_target_xcconfig": {
97         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_SCREENSHOT=1"
98       },
99       "dependencies": {
100         "LLDebugTool/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Hierarchy",
107       "public_header_files": "LLDebugTool/Core/Component/Hierarchy/**/*.h",
108       "source_files": "LLDebugTool/Core/Component/Hierarchy/**/*.{h,m}",
109       "pod_target_xcconfig": {
110         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HIERARCHY=1"
111       },
112       "dependencies": {
113         "LLDebugTool/Core": [
115         ]
116       }
117     },
118     {
119       "name": "Magnifier",
120       "public_header_files": "LLDebugTool/Core/Component/Magnifier/**/*.h",
121       "source_files": "LLDebugTool/Core/Component/Magnifier/**/*.{h,m}",
122       "pod_target_xcconfig": {
123         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_MAGNIFIER=1"
124       },
125       "dependencies": {
126         "LLDebugTool/Core": [
128         ]
129       }
130     },
131     {
132       "name": "Ruler",
133       "public_header_files": "LLDebugTool/Core/Component/Ruler/**/*.h",
134       "source_files": "LLDebugTool/Core/Component/Ruler/**/*.{h,m}",
135       "pod_target_xcconfig": {
136         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_RULER=1"
137       },
138       "dependencies": {
139         "LLDebugTool/Core": [
141         ]
142       }
143     },
144     {
145       "name": "WidgetBorder",
146       "public_header_files": "LLDebugTool/Core/Component/WidgetBorder/**/*.h",
147       "source_files": "LLDebugTool/Core/Component/WidgetBorder/**/*.{h,m}",
148       "pod_target_xcconfig": {
149         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_WIDGET_BORDER=1"
150       },
151       "dependencies": {
152         "LLDebugTool/Core": [
154         ]
155       }
156     },
157     {
158       "name": "Html",
159       "public_header_files": "LLDebugTool/Core/Component/Html/**/*.h",
160       "source_files": "LLDebugTool/Core/Component/Html/**/*.{h,m}",
161       "frameworks": "WebKit",
162       "pod_target_xcconfig": {
163         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_HTML=1"
164       },
165       "dependencies": {
166         "LLDebugTool/Core": [
168         ]
169       }
170     },
171     {
172       "name": "Location",
173       "public_header_files": "LLDebugTool/Core/Component/Location/**/*.h",
174       "source_files": "LLDebugTool/Core/Component/Location/**/*.{h,m}",
175       "frameworks": [
176         "CoreLocation",
177         "MapKit"
178       ],
179       "pod_target_xcconfig": {
180         "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOCATION=1"
181       },
182       "dependencies": {
183         "LLDebugTool/Core": [
185         ]
186       }
187     },
188     {
189       "name": "Storage",
190       "public_header_files": "LLDebugTool/Core/Storage/**/*.h",
191       "source_files": "LLDebugTool/Core/Storage/**/*.{h,m}",
192       "dependencies": {
193         "LLDebugTool/Core": [
195         ],
196         "FMDB": [
197           "~> 2.0"
198         ]
199       }
200     },
201     {
202       "name": "Core",
203       "public_header_files": [
204         "LLDebugTool/LLDebug.h",
205         "LLDebugTool/DebugTool/*.h",
206         "LLDebugTool/Core/Others/**/*.h"
207       ],
208       "source_files": [
209         "LLDebugTool/LLDebug.h",
210         "LLDebugTool/DebugTool/*.{h,m}",
211         "LLDebugTool/Core/Others/**/*.{h,m}"
212       ],
213       "resources": "LLDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"
214     }
215   ]