We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c19e9d commit 640f2cdCopy full SHA for 640f2cd
Cartfile
@@ -1 +1 @@
1
-github "ReactiveX/RxSwift" ~> 4.1.0
+github "ReactiveX/RxSwift" ~> 4.3.0
RxKeyboard.podspec
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
11
s.frameworks = 'UIKit', 'Foundation'
12
s.requires_arc = true
13
14
- s.dependency 'RxSwift', '>= 4.1.0'
15
- s.dependency 'RxCocoa', '>= 4.1.0'
+ s.dependency 'RxSwift', '>= 4.3.0'
+ s.dependency 'RxCocoa', '>= 4.3.0'
16
17
s.ios.deployment_target = '8.0'
18
end
0 commit comments