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 399cb8d commit 7ae48a3Copy full SHA for 7ae48a3
Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "async-http-client",
8
- platforms: [.macOS(.v12), .iOS(.v15), .watchOS(.v7), .tvOS(.v15)],
+ platforms: [.macOS(.v12), .iOS(.v15), .watchOS(.v6), .tvOS(.v15)],
9
products: [
10
// Products define the executables and libraries a package produces, and make them visible to other packages.
11
.library(
0 commit comments