Small fixes here and there

This commit is contained in:
Timofey Solomko
2017-08-16 22:47:24 +03:00
parent c8be30a942
commit 745368e50d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ Pod::Spec.new do |s|
s.subspec 'SevenZip' do |sp|
sp.dependency 'SWCompression/LZMA'
sp.source_files = 'Sources/{7z*,CheckSums,}.swift'
sp.source_files = 'Sources/{7z*,CheckSums,BitReader}.swift'
sp.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DSWCOMPRESSION_POD_SEVENZIP' }
end