Skip to content

Commit

Permalink
Add iOS, Catalyst & tvOS 13 support (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
sq9rt-mq authored May 30, 2022
1 parent 3e120a1 commit 146c50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import PackageDescription
let package = Package(
name: "MQ",
platforms: [
.iOS(.v14),
.iOS(.v13),
.macOS(.v11),
.macCatalyst(.v14),
.tvOS(.v14),
.macCatalyst(.v13),
.tvOS(.v13),
.watchOS(.v7),
],
products: [
Expand Down

0 comments on commit 146c50a

Please sign in to comment.