Skip to content

Commit 83eaa9c

Browse files
committed
add platform description
add platform description
1 parent 56375a7 commit 83eaa9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Package.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ import PackageDescription
1010

1111
let package = Package(
1212
name: "FTPPublishDeploy",
13+
platforms: [
14+
.iOS(.v13),
15+
.tvOS(.v13),
16+
.watchOS(.v6),
17+
.macOS(.v10_15)
18+
],
1319
products: [
1420
.library(
1521
name: "FTPPublishDeploy",
1622
targets: ["FTPPublishDeploy"]),
1723
],
1824
dependencies: [
1925
.package(url: "https://github.com/johnsundell/files.git", from: "4.0.0"),
20-
.package(url: "https://github.com/johnsundell/publish.git", from: "0.5.0"),
26+
.package(url: "https://github.com/johnsundell/publish.git", from: "0.8.0"),
2127
.package(url: "https://github.com/johnsundell/shellout.git", from: "2.3.0"),
2228
],
2329
targets: [

0 commit comments

Comments
 (0)