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 0b91fde + 38bbe7f commit 1674144Copy full SHA for 1674144
1 file changed
Package.swift
@@ -5,6 +5,9 @@ import PackageDescription
5
6
let package = Package(
7
name: "IQKeyboardManagerSwift",
8
+ platforms: [
9
+ .iOS(.v13)
10
+ ],
11
products: [
12
.library(name: "IQKeyboardManagerSwift",
13
targets: ["IQKeyboardManagerSwift"])
0 commit comments