Skip to content

Commit 66b7dc7

Browse files
authored
Add iOS(13) to list of platforms (#19)
Resolves #17
1 parent 26dae18 commit 66b7dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let package = Package(
2323
name: "swift-async-dns-resolver",
2424
platforms: [
2525
.macOS("13.0"),
26+
.iOS(.v13),
2627
],
2728
products: [
2829
.library(name: "AsyncDNSResolver", targets: ["AsyncDNSResolver"]),

0 commit comments

Comments
 (0)