mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
2.2.0 testing release.
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user