Skip to content

Commit d6e49f7

Browse files
committed
[Pods] Update to RxSwift 2.0.0-beta.4
1 parent bbf7567 commit d6e49f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- QueryKit (0.12.1)
3-
- RxSwift (2.0.0-beta.3)
3+
- RxSwift (2.0.0-beta.4)
44

55
DEPENDENCIES:
66
- QueryKit (~> 0.12.0)
7-
- RxSwift (= 2.0.0-beta.3)
7+
- RxSwift (= 2.0.0-beta.4)
88

99
SPEC CHECKSUMS:
1010
QueryKit: 6a8dbe9f33ffac00c424143695681a949b58518d
11-
RxSwift: 19fbe885b404d1d36d42ac8535134739a9b42952
11+
RxSwift: 191c6b06da783a8671433cf35a54d2ad2fd2d9de
1212

1313
COCOAPODS: 0.39.0

RxQueryKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.ios.deployment_target = '8.0'
1313
spec.osx.deployment_target = '10.9'
1414
spec.requires_arc = true
15-
spec.dependency 'RxSwift', '2.0.0-beta.3'
15+
spec.dependency 'RxSwift', '2.0.0-beta.4'
1616
spec.dependency 'QueryKit', '~> 0.12.0'
1717
end
1818

0 commit comments

Comments
 (0)