Skip to content

Commit 4d0f930

Browse files
committed
fix: fix minimum platform versions
1 parent 67cd8e3 commit 4d0f930

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import PackageDescription
66
let package = Package(
77
name: "DropView",
88
platforms: [
9-
.iOS(.v13)
9+
.iOS(.v13),
10+
.macOS(.v10_15),
11+
.tvOS(.v13),
12+
.watchOS(.v6)
1013
],
1114
products: [
1215
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)