Skip to content

Commit

Permalink
Merge pull request #9 from brokenhandsio/ios-support
Browse files Browse the repository at this point in the history
Add experimental iOS support
  • Loading branch information
0xTim authored Feb 14, 2022
2 parents 0df8ac6 + 2c58367 commit 331474c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import PackageDescription
let package = Package(
name: "elasticsearch-nio-client",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 331474c

Please sign in to comment.