Skip to content

Commit

Permalink
Adding macos to platforms (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-key committed Sep 17, 2020
1 parent fcb87c0 commit 516a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "JOSESwift",
platforms: [.iOS(.v10)],
platforms: [.iOS(.v10), .macOS(.v10_15)],
products: [
.library(name: "JOSESwift", targets: ["JOSESwift"])
],
Expand Down

0 comments on commit 516a983

Please sign in to comment.