Skip to content

Commit

Permalink
Add missing platform specifiers (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 21, 2023
1 parent a19b11b commit d65f32b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import PackageDescription
let package = Package(
name: "jwt",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(name: "JWT", targets: ["JWT"]),
Expand Down

0 comments on commit d65f32b

Please sign in to comment.