Add 7z subspec

This commit is contained in:
Timofey Solomko
2017-08-16 22:06:32 +03:00
parent 5ae920edb3
commit df223ebde5
+6
View File
@@ -67,4 +67,10 @@ Pod::Spec.new do |s|
sp.source_files = 'Sources/{Tar*,Extensions,Protocols,DataWithPointer}.swift'
end
s.subspec 'SevenZip' do |sp|
sp.dependency 'SWCompression/LZMA'
sp.source_files = 'Sources/{7z*,CheckSums,}.swift'
sp.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DSWCOMPRESSION_POD_SEVENZIP' }
end
end