Skip to content

Commit

Permalink
Use Apple's "fake" zlib package instead of Zewo's real zlib code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Mar 14, 2018
1 parent 2f93962 commit 263e66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ let package = Package(
.library(name: "SwiftGRPC", targets: ["SwiftGRPC"]),
],
dependencies: [
.package(url: "https://github.com/Zewo/zlib.git", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-nio-zlib-support.git", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.0.2"),
.package(url: "https://github.com/kylef/Commander.git", from: "0.8.0")
],
targets: [
.target(name: "SwiftGRPC",
dependencies: ["CgRPC", "SwiftProtobuf"]),
.target(name: "CgRPC",
dependencies: ["BoringSSL", "zlib"]),
dependencies: ["BoringSSL"]),
.target(name: "RootsEncoder"),
.target(name: "protoc-gen-swiftgrpc",
dependencies: [
Expand Down

0 comments on commit 263e66b

Please sign in to comment.