Skip to content

Commit d3182e1

Browse files
author
Roberto Casula
committed
Fix Package.swift
1 parent 5465941 commit d3182e1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Package.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.0
22

33
import PackageDescription
44

55
let package = Package(
66
name: "PusherSwift",
7-
platforms: [
8-
.iOS(.v13),
9-
.tvOS(.v13),
10-
.macOS(.v10_15)
11-
],
7+
platforms: [.iOS("13.0"), .macOS("10.15"), .tvOS("13.0")],
128
products: [
139
.library(name: "PusherSwift", targets: ["PusherSwift"])
1410
],

0 commit comments

Comments
 (0)