Skip to content

Commit

Permalink
Update minimum deployment targets
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Jul 7, 2022
1 parent 60395e0 commit 8bde3cd
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 @@ -5,9 +5,9 @@ import PackageDescription
let package = Package(
name: "MAKVONotificationCenter",
platforms: [
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v3)
.iOS(.v12),
.tvOS(.v12),
.watchOS(.v5)
],
products: [
.library(
Expand Down

0 comments on commit 8bde3cd

Please sign in to comment.