Merge branch 'hotfix-4.5.10' into develop

This commit is contained in:
Timofey Solomko
2021-05-23 00:10:17 +03:00
9 changed files with 44 additions and 25 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "SWCompression"
s.version = "4.5.9"
s.version = "4.5.10"
s.summary = "A framework with functions for working with compression, archives and containers."
s.description = "A framework with (de)compression algorithms and functions for processing various archives and containers."
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.swift_versions = ["5"]
s.dependency "BitByteData", "~> 1.4.3"
s.dependency "BitByteData", "~> 1.4.4"
s.subspec "Deflate" do |sp|
sp.source_files = "Sources/{Deflate/*,Common/*,Common/CodingTree/*}.swift"