Skip to content

Commit

Permalink
remove watchOS from package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-tang-pusher committed Aug 8, 2023
1 parent d7c0e87 commit 0a6d0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "PusherSwift",
platforms: [.iOS("13.0"), .macOS("10.15"), .tvOS("13.0"), .watchOS("6.0")],
platforms: [.iOS("13.0"), .macOS("10.15"), .tvOS("13.0")],
products: [
.library(name: "PusherSwift", targets: ["PusherSwift"])
],
Expand Down

0 comments on commit 0a6d0b3

Please sign in to comment.