Skip to content

Commit

Permalink
Add iOS, tvOS platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed May 7, 2021
1 parent fed8106 commit 97e12a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PackageDescription

let package = Package(
name: "hummingbird-compression",
platforms: [.iOS(.v12), .tvOS(.v12)],
products: [
.library(name: "HummingbirdCompression", targets: ["HummingbirdCompression"]),
],
Expand Down

0 comments on commit 97e12a5

Please sign in to comment.