Skip to content

Commit 331474c

Browse files
authored
Merge pull request #9 from brokenhandsio/ios-support
Add experimental iOS support
2 parents 0df8ac6 + 2c58367 commit 331474c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import PackageDescription
66
let package = Package(
77
name: "elasticsearch-nio-client",
88
platforms: [
9-
.macOS(.v10_15)
9+
.macOS(.v10_15),
10+
.iOS(.v13)
1011
],
1112
products: [
1213
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)