podspec修正 review by 戴强
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -34,7 +34,7 @@ Pod::Spec.new do |s| | @@ -34,7 +34,7 @@ Pod::Spec.new do |s| | ||
34 | s.default_subspec = 'classes' | 34 | s.default_subspec = 'classes' |
35 | 35 | ||
36 | s.subspec 'Core' do |ss| | 36 | s.subspec 'Core' do |ss| |
37 | - ss.source_files = 'YHEventReport/YHEventReport/YHEventReport/YH_Core/*.{h,m}' | 37 | + ss.source_files = 'YHEventReport/YHEventReport/YHEventReport/YH_Core/*.{h,m}', 'YHEventReport/YHEventReport/YHEventReport/Utils/*.{h,m}' |
38 | ss.xcconfig = { "HEADER_SEARCH_PATHS" => [ | 38 | ss.xcconfig = { "HEADER_SEARCH_PATHS" => [ |
39 | "${PODS_ROOT}/../YH_Mall/Dependences/PowerfulBannerView", | 39 | "${PODS_ROOT}/../YH_Mall/Dependences/PowerfulBannerView", |
40 | ].join(' ') | 40 | ].join(' ') |
-
Please register or login to post a comment