Skip to content

Commit

Permalink
Add missing platform specifiers (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 21, 2023
1 parent 62169b4 commit 13f2fc4
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: "leaf-kit",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
],
products: [
.library(name: "LeafKit", targets: ["LeafKit"]),
Expand Down

0 comments on commit 13f2fc4

Please sign in to comment.