Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #59 from mironal/os
Browse files Browse the repository at this point in the history
tvOS, watchOS
  • Loading branch information
mironal committed Feb 27, 2022
2 parents 339fb06 + 0c9dd60 commit 1fb4bd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ let package = Package(
name: "TwitterAPIKit",
platforms: [
.macOS(.v10_14),
.iOS(.v12)
.iOS(.v12),
.tvOS(.v12),
.watchOS(.v6)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 1fb4bd3

Please sign in to comment.