Skip to content

Commit

Permalink
Added AWSSigner package dependency swift-nio
Browse files Browse the repository at this point in the history
and AWSSigner target dependency NIOHTTP1
  • Loading branch information
adam-fowler committed Sep 1, 2019
1 parent c541f15 commit 904f384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ let package = Package(
.library(name: "HTTPClientAWSSigner", targets: ["HTTPClientAWSSigner"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/swift-server/async-http-client", .upToNextMajor(from: "1.0.0-alpha.1"))
],
targets: [
.target(name: "AWSSigner", dependencies: []),
.target(name: "AWSSigner", dependencies: ["NIOHTTP1"]),
.target(name: "HTTPClientAWSSigner", dependencies: ["AWSSigner", "AsyncHTTPClient"]),
.testTarget(name: "AWSSignerTests", dependencies: ["AWSSigner"]),
]
Expand Down

0 comments on commit 904f384

Please sign in to comment.