Skip to content

Commit

Permalink
added platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmueller committed Jan 6, 2020
1 parent d1dc200 commit cb641ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import PackageDescription

let package = Package(
name: "TextView",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13)
],
products: [
.library(
name: "TextView",
Expand Down

0 comments on commit cb641ab

Please sign in to comment.