Skip to content

Commit 6566f64

Browse files
committed
Removed iOS platform requirements, swift-nio-ssl from:2.7.0
1 parent 5fb73c8 commit 6566f64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ import PackageDescription
1717

1818
let package = Package(
1919
name: "async-http-client",
20-
platforms: [.iOS(.v12), .tvOS(.v12)],
2120
products: [
2221
.library(name: "AsyncHTTPClient", targets: ["AsyncHTTPClient"]),
2322
],
2423
dependencies: [
2524
.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"),
25+
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.7.0"),
2726
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
2827
.package(url: "https://github.com/adam-fowler/swift-nio-transport-services.git", .branch("master")),
2928
],

0 commit comments

Comments
 (0)