From 336bed75abafbf7285eab9f8a141a0ff427de9cc Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Mon, 5 Nov 2018 22:21:30 +0300 Subject: [PATCH] Use 5.2.0 version of SwiftCLI and the 1.4.0 version of BBD --- Cartfile | 2 +- Package.swift | 4 ++-- SWCompression.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cartfile b/Cartfile index 20558217..4025b2c3 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "tsolomko/BitByteData" ~> 1.2 +github "tsolomko/BitByteData" ~> 1.4 diff --git a/Package.swift b/Package.swift index 0da00ff9..15c77670 100644 --- a/Package.swift +++ b/Package.swift @@ -11,9 +11,9 @@ let package = Package( dependencies: [ // SWCOMP: Uncomment the line below to build swcomp example program. // .package(url: "https://github.com/jakeheis/SwiftCLI", - // from: "5.0.0"), + // from: "5.2.0"), .package(url: "https://github.com/tsolomko/BitByteData", - from: "1.2.0"), + from: "1.4.0"), ], targets: [ // SWCOMP: Uncomment the lines below to build swcomp example program. diff --git a/SWCompression.podspec b/SWCompression.podspec index cb7a7eb2..c97cc9b7 100644 --- a/SWCompression.podspec +++ b/SWCompression.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.swift_version = "4.2" - s.dependency "BitByteData", "~> 1.2.0" + s.dependency "BitByteData", "~> 1.4.0" s.subspec "Deflate" do |sp| sp.source_files = "Sources/{Deflate/*,Common/*}.swift"