We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576735e commit 20ad023Copy full SHA for 20ad023
Package.swift
@@ -5,6 +5,11 @@ import PackageDescription
5
6
let package = Package(
7
name: "FloatingLabelTextFieldSwiftUI",
8
+ platforms: [
9
+ .iOS(.v13),
10
+ .macOS(.v10_15),
11
+ .tvOS(.v13)
12
+ ],
13
products: [
14
// Products define the executables and libraries produced by a package, and make them visible to other packages.
15
.library(
0 commit comments