Skip to content

Commit

Permalink
specify platforms (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coledunsby authored Jul 20, 2021
1 parent 2bec1f9 commit 296bf2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ import PackageDescription

let package = Package(
name: "SwiftUIKitView",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 296bf2c

Please sign in to comment.