Skip to content

Commit

Permalink
fix: package minimum versions mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Jun 6, 2024
1 parent 28dc857 commit 682002a
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: "jose-swift",
platforms: [
.iOS(.v15),
.iOS(.v14),
.macOS(.v12),
.macCatalyst(.v15),
.tvOS(.v15),
.macCatalyst(.v14),
.tvOS(.v14),
.watchOS(.v5)
],
products: [
Expand Down

0 comments on commit 682002a

Please sign in to comment.