We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859765f commit 4967d28Copy full SHA for 4967d28
1 file changed
Package.swift
@@ -3,6 +3,12 @@ import PackageDescription
3
4
let package = Package(
5
name: "BitByteData",
6
+ platforms: [
7
+ .macOS(.v10_13),
8
+ .iOS(.v11),
9
+ .tvOS(.v11),
10
+ .watchOS(.v4)
11
+ ],
12
products: [
13
.library(
14
0 commit comments