Skip to content

Commit

Permalink
[Pods] Update to RxSwift 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Dec 10, 2015
1 parent bbf7567 commit d6e49f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- QueryKit (0.12.1)
- RxSwift (2.0.0-beta.3)
- RxSwift (2.0.0-beta.4)

DEPENDENCIES:
- QueryKit (~> 0.12.0)
- RxSwift (= 2.0.0-beta.3)
- RxSwift (= 2.0.0-beta.4)

SPEC CHECKSUMS:
QueryKit: 6a8dbe9f33ffac00c424143695681a949b58518d
RxSwift: 19fbe885b404d1d36d42ac8535134739a9b42952
RxSwift: 191c6b06da783a8671433cf35a54d2ad2fd2d9de

COCOAPODS: 0.39.0
2 changes: 1 addition & 1 deletion RxQueryKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.requires_arc = true
spec.dependency 'RxSwift', '2.0.0-beta.3'
spec.dependency 'RxSwift', '2.0.0-beta.4'
spec.dependency 'QueryKit', '~> 0.12.0'
end

0 comments on commit d6e49f7

Please sign in to comment.