We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf7567 commit d6e49f7Copy full SHA for d6e49f7
2 files changed
Podfile.lock
@@ -1,13 +1,13 @@
1
PODS:
2
- QueryKit (0.12.1)
3
- - RxSwift (2.0.0-beta.3)
+ - RxSwift (2.0.0-beta.4)
4
5
DEPENDENCIES:
6
- QueryKit (~> 0.12.0)
7
- - RxSwift (= 2.0.0-beta.3)
+ - RxSwift (= 2.0.0-beta.4)
8
9
SPEC CHECKSUMS:
10
QueryKit: 6a8dbe9f33ffac00c424143695681a949b58518d
11
- RxSwift: 19fbe885b404d1d36d42ac8535134739a9b42952
+ RxSwift: 191c6b06da783a8671433cf35a54d2ad2fd2d9de
12
13
COCOAPODS: 0.39.0
RxQueryKit.podspec
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
14
spec.requires_arc = true
15
- spec.dependency 'RxSwift', '2.0.0-beta.3'
+ spec.dependency 'RxSwift', '2.0.0-beta.4'
16
spec.dependency 'QueryKit', '~> 0.12.0'
17
end
18
0 commit comments