File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- QueryKit (0.12.1)
3
- - RxSwift (2.0.0-beta.3 )
3
+ - RxSwift (2.0.0-beta.4 )
4
4
5
5
DEPENDENCIES:
6
6
- QueryKit (~> 0.12.0)
7
- - RxSwift (= 2.0.0-beta.3 )
7
+ - RxSwift (= 2.0.0-beta.4 )
8
8
9
9
SPEC CHECKSUMS:
10
10
QueryKit: 6a8dbe9f33ffac00c424143695681a949b58518d
11
- RxSwift: 19fbe885b404d1d36d42ac8535134739a9b42952
11
+ RxSwift: 191c6b06da783a8671433cf35a54d2ad2fd2d9de
12
12
13
13
COCOAPODS: 0.39.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
12
spec . ios . deployment_target = '8.0'
13
13
spec . osx . deployment_target = '10.9'
14
14
spec . requires_arc = true
15
- spec . dependency 'RxSwift' , '2.0.0-beta.3 '
15
+ spec . dependency 'RxSwift' , '2.0.0-beta.4 '
16
16
spec . dependency 'QueryKit' , '~> 0.12.0'
17
17
end
18
18
You can’t perform that action at this time.
0 commit comments