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.
1 parent 0a8dfc1 commit fd41857Copy full SHA for fd41857
Package.swift
@@ -3,17 +3,14 @@
3
import PackageDescription
4
5
let package = Package(
6
- name: "RxKeyboard",
7
- platforms: [
8
- .iOS(.v9)
9
- ],
10
- products: [
11
- .library(name: "RxKeyboard", targets: ["RxKeyboard"]),
12
13
- dependencies: [
14
- .package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.0.0")),
15
16
- targets: [
17
- .target(name: "RxKeyboard", dependencies: ["RxSwift", "RxCocoa"]),
18
- ]
+ name: "RxKeyboard",
+ products: [
+ .library(name: "RxKeyboard", targets: ["RxKeyboard"]),
+ ],
+ dependencies: [
+ .package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "6.0.0")),
+ targets: [
+ .target(name: "RxKeyboard", dependencies: ["RxSwift", "RxCocoa"]),
+ ]
19
)
0 commit comments