11Pod ::Spec . new do |s |
22 s . name = "LLDebugTool"
3- s . version = "1.3.6.3 "
3+ s . version = "1.3.7 "
44 s . summary = "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations."
55 s . homepage = "https://github.com/HDB-Li/LLDebugTool"
66 s . license = "MIT"
@@ -11,16 +11,16 @@ Pod::Spec.new do |s|
1111 s . requires_arc = true
1212
1313 s . subspec 'Network' do |ss |
14- ss . public_header_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/ Core/Component/Network/**/*.h"
15- ss . source_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/ Core/Component/Network/**/*.{h,m}"
14+ ss . public_header_files = "LLDebugTool/Core/Component/Network/**/*.h"
15+ ss . source_files = "LLDebugTool/Core/Component/Network/**/*.{h,m}"
1616 ss . frameworks = "SystemConfiguration" , "CoreTelephony"
1717 ss . pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LLDEBUGTOOL_NETWORK=1' }
1818 ss . dependency "LLDebugTool/Storage"
1919 end
2020
2121 s . subspec 'Log' do |ss |
22- ss . public_header_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool/LLDebugTool.h" , "LLDebugTool/ Core/Component/Log/**/*.h"
23- ss . source_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool/LLDebugTool.h" , "LLDebugTool/ Core/Component/Log/**/*.{h,m}"
22+ ss . public_header_files = "LLDebugTool/Core/Component/Log/**/*.h"
23+ ss . source_files = "LLDebugTool/Core/Component/Log/**/*.{h,m}"
2424 ss . pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LLDEBUGTOOL_LOG=1' }
2525 ss . dependency "LLDebugTool/Storage"
2626 end
@@ -64,11 +64,10 @@ Pod::Spec.new do |s|
6464 end
6565
6666 s . subspec 'Magnifier' do |ss |
67- ss . public_header_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool/*.h" , "LLDebugTool/Core/Others/**/*.h" , "LLDebugTool/ Core/Component/Magnifier/**/*.h"
68- ss . source_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool/*.{h,m}" , "LLDebugTool/Core/Others/**/*.{h,m}" , "LLDebugTool/ Core/Component/Magnifier/**/*.{h,m}"
67+ ss . public_header_files = "LLDebugTool/Core/Component/Magnifier/**/*.h"
68+ ss . source_files = "LLDebugTool/Core/Component/Magnifier/**/*.{h,m}"
6969 ss . pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LLDEBUGTOOL_MAGNIFIER=1' }
70- ss . resources = "LLDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"
71- # ss.dependency "LLDebugTool/Core"
70+ ss . dependency "LLDebugTool/Core"
7271 end
7372
7473 s . subspec 'Ruler' do |ss |
@@ -94,12 +93,11 @@ Pod::Spec.new do |s|
9493 end
9594
9695 s . subspec 'Location' do |ss |
97- ss . public_header_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool /*.h"
98- ss . source_files = "LLDebugTool/LLDebug.h" , "LLDebugTool/DebugTool/*.{h,m}" , "LLDebugTool/Core/Others/**/*.{h,m}" , "LLDebugTool/ Core/Component/Location/**/*.{h,m}"
96+ ss . public_header_files = "LLDebugTool/Core/Component/Location/** /*.h"
97+ ss . source_files = "LLDebugTool/Core/Component/Location/**/*.{h,m}"
9998 ss . frameworks = "CoreLocation" , "MapKit"
10099 ss . pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'LLDEBUGTOOL_LOCATION=1' }
101- ss . resources = "LLDebugTool/Core/Others/**/*.{xib,storyboard,bundle}"
102- # ss.dependency "LLDebugTool/Core"
100+ ss . dependency "LLDebugTool/Core"
103101 end
104102
105103 # Primary
0 commit comments