Increase the version lower bound of BBD to 1.4.2

That version of BBD improves compatibility with Swift 5.x and newer version of Xcode
This commit is contained in:
Timofey Solomko
2020-03-20 10:03:57 +03:00
parent c7ecaa418a
commit fdde5115bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.swift_versions = ["4", "5"]
s.dependency "BitByteData", "~> 1.4.1"
s.dependency "BitByteData", "~> 1.4.2"
s.subspec "Deflate" do |sp|
sp.source_files = "Sources/{Deflate/*,Common/*,Common/CodingTree/*}.swift"