We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83eaa9c commit 2eea8dcCopy full SHA for 2eea8dc
Package.swift
@@ -10,20 +10,14 @@ 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"),
26
- .package(url: "https://github.com/johnsundell/publish.git", from: "0.8.0"),
+ .package(url: "https://github.com/johnsundell/publish.git", from: "0.9.0"),
27
.package(url: "https://github.com/johnsundell/shellout.git", from: "2.3.0"),
28
29
targets: [
0 commit comments