Skip to content

Commit

Permalink
refactor: add platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Sep 22, 2023
1 parent b6f7304 commit 383a90c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ import PackageDescription

var package = Package(
name: "Saby",
platforms: [
.iOS(.v11),
.macOS(.v10_13),
.macCatalyst(.v13),
.watchOS(.v4),
.tvOS(.v11),
],
products: [
.library(
name: "SabyConcurrency",
Expand Down

0 comments on commit 383a90c

Please sign in to comment.