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.
2 parents 0df8ac6 + 2c58367 commit 331474cCopy full SHA for 331474c
Package.swift
@@ -6,7 +6,8 @@ import PackageDescription
6
let package = Package(
7
name: "elasticsearch-nio-client",
8
platforms: [
9
- .macOS(.v10_15)
+ .macOS(.v10_15),
10
+ .iOS(.v13)
11
],
12
products: [
13
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments