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",
8 "HDB-Li": "llworkinggroup1992@gmail.com"
10 "social_media_url": "https://github.com/HDB-Li",
15 "git": "https://github.com/HDB-Li/LLDebugTool.git",
22 "public_header_files": "LLDebugTool/Core/Component/Network/**/*.h",
23 "source_files": "LLDebugTool/Core/Component/Network/**/*.{h,m}",
25 "SystemConfiguration",
28 "pod_target_xcconfig": {
29 "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_NETWORK=1"
32 "LLDebugTool/Storage": [
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"
45 "LLDebugTool/Storage": [
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"
58 "LLDebugTool/Storage": [
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"
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"
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"
100 "LLDebugTool/Core": [
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"
113 "LLDebugTool/Core": [
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"
126 "LLDebugTool/Core": [
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"
139 "LLDebugTool/Core": [
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"
152 "LLDebugTool/Core": [
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"
166 "LLDebugTool/Core": [
173 "public_header_files": "LLDebugTool/Core/Component/Location/**/*.h",
174 "source_files": "LLDebugTool/Core/Component/Location/**/*.{h,m}",
179 "pod_target_xcconfig": {
180 "GCC_PREPROCESSOR_DEFINITIONS": "LLDEBUGTOOL_LOCATION=1"
183 "LLDebugTool/Core": [
190 "public_header_files": "LLDebugTool/Core/Storage/**/*.h",
191 "source_files": "LLDebugTool/Core/Storage/**/*.{h,m}",
193 "LLDebugTool/Core": [
203 "public_header_files": [
204 "LLDebugTool/LLDebug.h",
205 "LLDebugTool/DebugTool/*.h",
206 "LLDebugTool/Core/Others/**/*.h"
209 "LLDebugTool/LLDebug.h",
210 "LLDebugTool/DebugTool/*.{h,m}",
211 "LLDebugTool/Core/Others/**/*.{h,m}"
213 "resources": "LLDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"