2.2.0 testing release.

This commit is contained in:
Timofey Solomko
2017-02-12 10:58:27 +03:00
parent 19ef15119f
commit ec4a6d8a2a
86 changed files with 5244 additions and 564 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
s.version = "2.1.0"
s.version = "2.2.0-test"
s.summary = "Framework with implementations in Swift of different (de)compression algorithms"
s.description = <<-DESC
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.subspec 'Deflate' do |sp|
sp.dependency 'SWCompression/Common'
sp.source_files = 'Sources/{Deflate.swift,HuffmanTree.swift}'
sp.source_files = 'Sources/{Deflate.swift,HuffmanTree.swift,BitToByteWriter.swift}'
end
s.subspec 'GZip' do |sp|