Skip to content

Commit

Permalink
fix: update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed May 29, 2024
1 parent 55ba710 commit b8e8133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import PackageDescription
let package = Package(
name: "jose-swift",
platforms: [
.iOS(.v15),
.iOS(.v14),
.macOS(.v12),
.macCatalyst(.v15),
.tvOS(.v15),
.watchOS(.v8)
.macCatalyst(.v14),
.tvOS(.v12),
.watchOS(.v5)
],
products: [
.library(
Expand Down

0 comments on commit b8e8133

Please sign in to comment.