Skip to content

Commit

Permalink
Added vapor's swift-nio-http-client until the official one get tagged…
Browse files Browse the repository at this point in the history
… and other clean up.
  • Loading branch information
Andrewangeta committed Jun 14, 2019
1 parent 6580c40 commit b04a611
Show file tree
Hide file tree
Showing 28 changed files with 3,683 additions and 3,682 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/*.xcodeproj
Package.pins
Package.resolved
/.swiftpm
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.1
import PackageDescription

let package = Package(
Expand All @@ -8,7 +8,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/swift-server/swift-nio-http-client.git", .branch("master"))
.package(url: "https://github.com/vapor/swift-nio-http-client.git", from: "0.0.0")
],
targets: [
.target(name: "StripeKit", dependencies: ["NIOHTTPClient", "NIOFoundationCompat"]),
Expand Down
Loading

0 comments on commit b04a611

Please sign in to comment.