File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 3
3
import PackageDescription
4
4
5
5
let package = Package (
6
- name: " RxKeyboard " ,
7
- products: [
8
- . library( name: " RxKeyboard " , targets: [ " RxKeyboard " ] ) ,
9
- ] ,
10
- dependencies: [
11
- . package ( url: " https://github.com/ReactiveX/RxSwift.git " , . upToNextMajor( from: " 6.0.0 " ) ) ,
12
- ] ,
13
- targets: [
14
- . target( name: " RxKeyboard " , dependencies: [ " RxSwift " , " RxCocoa " ] ) ,
15
- ]
6
+ name: " RxKeyboard " ,
7
+ platforms: [
8
+ . macOS( . v10_12) , . iOS( . v10) , . tvOS( . v10) , . watchOS( . v3)
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
+ ]
16
19
)
You can’t perform that action at this time.
0 commit comments