Skip to content

Commit

Permalink
chore!: update minimum versions
Browse files Browse the repository at this point in the history
BREAKING CHANGE: increment minimum iOS, tvOS, and watchOS versions.
  • Loading branch information
rhwood authored Jun 20, 2024
1 parent 60b97ee commit 48a862a
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 @@ -6,10 +6,10 @@ import PackageDescription
let package = Package(
name: "WMATAUI",
platforms: [
.iOS(.v13),
.iOS(.v15),
.macOS(.v12),
.tvOS(.v14),
.watchOS(.v7)
.tvOS(.v15),
.watchOS(.v8)
],
products: [
.library(
Expand Down

0 comments on commit 48a862a

Please sign in to comment.