We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f23d7 commit b1e347bCopy full SHA for b1e347b
Package.swift
@@ -0,0 +1,15 @@
1
+// swift-tools-version:5.3
2
+
3
+import PackageDescription
4
5
+let package = Package(
6
+ name: "CombineKeyboard",
7
+ platforms: [.iOS(.v13)],
8
+ products: [
9
+ .library(name: "CombineKeyboard", targets: ["CombineKeyboard"]),
10
+ ],
11
+ targets: [
12
+ .target(name: "CombineKeyboard", path: "CombineKeyboard"),
13
14
+ swiftLanguageVersions: [.v5]
15
+)
0 commit comments