Skip to content

Commit 41741b7

Browse files
authored
added iOS platform (#203)
1 parent ffff1a8 commit 41741b7

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
@@ -4,7 +4,8 @@ import PackageDescription
44
let package = Package(
55
name: "leaf",
66
platforms: [
7-
.macOS(.v10_15)
7+
.macOS(.v10_15),
8+
.iOS(.v13)
89
],
910
products: [
1011
.library(name: "Leaf", targets: ["Leaf"]),

0 commit comments

Comments
 (0)