Increase the version lower bound of BBD to 1.4.1

That version of BBD comes with a fix for incompatibility problems with Swift 5.
This commit is contained in:
Timofey Solomko
2019-06-08 22:20:23 +03:00
parent b05d1792a4
commit 16b9728e06
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.swift_version = "4.2"
s.dependency "BitByteData", "~> 1.4.0"
s.dependency "BitByteData", "~> 1.4.1"
s.subspec "Deflate" do |sp|
sp.source_files = "Sources/{Deflate/*,Common/*,Common/CodingTree/*}.swift"