Use 5.2.0 version of SwiftCLI and the 1.4.0 version of BBD

This commit is contained in:
Timofey Solomko
2018-12-12 20:31:07 +03:00
parent 7b404eea51
commit 336bed75ab
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
github "tsolomko/BitByteData" ~> 1.2
github "tsolomko/BitByteData" ~> 1.4
+2 -2
View File
@@ -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.
+1 -1
View File
@@ -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"