mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
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:
@@ -1 +1 @@
|
||||
github "tsolomko/BitByteData" ~> 1.4.1
|
||||
github "tsolomko/BitByteData" ~> 1.4.2
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ let package = Package(
|
||||
// .package(url: "https://github.com/jakeheis/SwiftCLI",
|
||||
// from: "5.2.0"),
|
||||
.package(url: "https://github.com/tsolomko/BitByteData",
|
||||
from: "1.4.1"),
|
||||
from: "1.4.2"),
|
||||
],
|
||||
targets: [
|
||||
// SWCOMP: Uncomment the lines below to build swcomp example program.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user