File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 24
24
import PackageDescription
25
25
26
26
let package = Package (
27
- name: " OAuthRxSwift " ,
28
- products: [
29
- . library(
30
- name: " OAuthRxSwift " ,
31
- targets: [ " OAuthRxSwift " ]
32
- ) ,
33
- ] ,
34
- dependencies: [
35
- . package ( url: " https://github.com/OAuthSwift/OAuthSwift " , . upToNextMajor( from: " 2.1.2 " ) ) ,
36
- . package ( url: " https://github.com/ReactiveX/RxSwift " , . upToNextMajor( from: " 5.1.1 " ) ) ,
37
- ] ,
38
- targets: [
39
- . target(
40
- name: " OAuthRxSwift " ,
41
- dependencies: [ " OAuthSwift " , " RxSwift " ] ,
42
- path: " Sources "
43
- ) ,
44
- ]
45
- )
27
+ name: " OAuthRxSwift " ,
28
+ products: [
29
+ . library(
30
+ name: " OAuthRxSwift " ,
31
+ targets: [ " OAuthRxSwift " ]
32
+ ) ,
33
+ ] ,
34
+ dependencies: [
35
+ . package ( url: " https://github.com/OAuthSwift/OAuthSwift " , . upToNextMajor( from: " 2.1.2 " ) ) ,
36
+ . package ( url: " https://github.com/ReactiveX/RxSwift " , . upToNextMajor( from: " 6.0.0 " ) ) ,
37
+ ] ,
38
+ targets: [
39
+ . target(
40
+ name: " OAuthRxSwift " ,
41
+ dependencies: [ " OAuthSwift " , " RxSwift " ] ,
42
+ path: " Sources "
43
+ ) ,
44
+ ]
45
+ )
You can’t perform that action at this time.
0 commit comments