We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 797ee8b + f1486ce commit 2d4e5adCopy full SHA for 2d4e5ad
Package.swift
@@ -5,6 +5,7 @@ import PackageDescription
5
6
let package = Package(
7
name: "FlowLayout",
8
+ platforms: [.iOS(.v16), .macOS(.v12), .watchOS(.v9), .tvOS(.v16)],
9
products: [
10
// Products define the executables and libraries a package produces, making them visible to other packages.
11
.library(
0 commit comments