From 055ab97d42a6bb6378907a5028edcb9bd43156fe Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Mon, 2 Oct 2017 23:12:23 +0300 Subject: [PATCH] Add new files to podspec --- SWCompression.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SWCompression.podspec b/SWCompression.podspec index 784e661d..360cdd49 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -29,7 +29,7 @@ Pod::Spec.new do |s| # It should not be included directly in Podfile. s.subspec 'Deflate' do |sp| - sp.source_files = 'Sources/{Deflate*,Extensions,Protocols,DataWithPointer,BitReader,BitWriter,*HuffmanTree,HuffmanLength,CheckSums}.swift' + sp.source_files = 'Sources/{Deflate*,Extensions,Protocols,DataWithPointer,BitReader,BitWriter,*HuffmanTree,HuffmanLength*,CheckSums}.swift' sp.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DSWCOMPRESSION_POD_DEFLATE' } end @@ -44,7 +44,7 @@ Pod::Spec.new do |s| end s.subspec 'BZip2' do |sp| - sp.source_files = 'Sources/{BZip2*,Extensions,Protocols,DataWithPointer,BitReader,BitWriter,*HuffmanTree,HuffmanLength,CheckSums}.swift' + sp.source_files = 'Sources/{BZip2*,Extensions,Protocols,DataWithPointer,BitReader,BitWriter,*HuffmanTree,HuffmanLength*,CheckSums}.swift' sp.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DSWCOMPRESSION_POD_BZ2' } end