Skip to content

Commit

Permalink
deployment: folder structure has been refactored.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgear committed Jul 9, 2019
1 parent 05e00ea commit 37273a4
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 130 deletions.
4 changes: 2 additions & 2 deletions CocoaLumberjack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |ss|
ss.source_files = 'Classes/Include/**/*.{h}', 'Classes/DD*.{h,m}', 'Classes/Extensions/*.{h,m}', 'Classes/CLI/*.{h,m}'
ss.private_header_files = 'Classes/Include/Public/DD*Internal.{h}'
ss.private_header_files = 'Classes/Include/CocoaLumberjack/DD*Internal.{h}'
end

s.subspec 'Swift' do |ss|
ss.dependency 'CocoaLumberjack/Core'
ss.source_files = 'Classes/CocoaLumberjack.swift', 'Classes/DDAssert.swift', 'Classes/Include/Public/SwiftLogLevel.h'
ss.source_files = 'Classes/CocoaLumberjack.swift', 'Classes/DDAssert.swift', 'Classes/Include/CocoaLumberjack/SwiftLogLevel.h'
end

end
Loading

0 comments on commit 37273a4

Please sign in to comment.