Skip to content

Commit fe79e50

Browse files
committed
Add iOS to platform description
1 parent c10677a commit fe79e50

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
@@ -18,7 +18,8 @@ import PackageDescription
1818
let package = Package(
1919
name: "swift-libp2p-identify",
2020
platforms: [
21-
.macOS(.v10_15)
21+
.macOS(.v10_15),
22+
.iOS(.v13),
2223
],
2324
products: [
2425
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)