diff --git a/Cartfile b/Cartfile index 00e63398..656bf838 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "tsolomko/BitByteData" "2.0.0-test.2" +github "tsolomko/BitByteData" ~> 2.0.0 diff --git a/Package.swift b/Package.swift index 0586a39d..e63587cd 100644 --- a/Package.swift +++ b/Package.swift @@ -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: "2.0.0-test.2"), + from: "2.0.0"), ], targets: [ // SWCOMP: Uncomment the lines below to build swcomp example program. diff --git a/SWCompression.podspec b/SWCompression.podspec index 5506cdd8..208138df 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.swift_versions = ["5"] - s.dependency "BitByteData", "~> 1.4.4" + s.dependency "BitByteData", "~> 2.0" s.subspec "Deflate" do |sp| sp.source_files = "Sources/{Deflate/*,Common/*,Common/CodingTree/*}.swift"