Increase the version lower bound of BBD to 1.4.3

This version of BBD improves compatibility with Swift 4.2.
This commit is contained in:
Timofey Solomko
2020-04-09 13:26:49 +03:00
parent 6746752d65
commit b8a3592da7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.swift_versions = ["4", "5"]
s.dependency "BitByteData", "~> 1.4.2"
s.dependency "BitByteData", "~> 1.4.3"
s.subspec "Deflate" do |sp|
sp.source_files = "Sources/{Deflate/*,Common/*,Common/CodingTree/*}.swift"