We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56375a7 commit 83eaa9cCopy full SHA for 83eaa9c
Package.swift
@@ -10,14 +10,20 @@ import PackageDescription
10
11
let package = Package(
12
name: "FTPPublishDeploy",
13
+ platforms: [
14
+ .iOS(.v13),
15
+ .tvOS(.v13),
16
+ .watchOS(.v6),
17
+ .macOS(.v10_15)
18
+ ],
19
products: [
20
.library(
21
22
targets: ["FTPPublishDeploy"]),
23
],
24
dependencies: [
25
.package(url: "https://github.com/johnsundell/files.git", from: "4.0.0"),
- .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"),
27
.package(url: "https://github.com/johnsundell/shellout.git", from: "2.3.0"),
28
29
targets: [
0 commit comments