We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb73c8 commit 6566f64Copy full SHA for 6566f64
Package.swift
@@ -17,13 +17,12 @@ import PackageDescription
17
18
let package = Package(
19
name: "async-http-client",
20
- platforms: [.iOS(.v12), .tvOS(.v12)],
21
products: [
22
.library(name: "AsyncHTTPClient", targets: ["AsyncHTTPClient"]),
23
],
24
dependencies: [
25
.package(url: "https://github.com/apple/swift-nio.git", from: "2.13.1"),
26
- .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.1"),
+ .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.7.0"),
27
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
28
.package(url: "https://github.com/adam-fowler/swift-nio-transport-services.git", .branch("master")),
29
0 commit comments