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 70e4e5f commit 29cbdb2Copy full SHA for 29cbdb2
RxKeyboard.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'RxKeyboard'
3
- s.version = '0.8.1'
+ s.version = '0.8.2'
4
s.summary = 'Reactive Keyboard in iOS'
5
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -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.0.0'
15
- s.dependency 'RxCocoa', '>= 4.0.0'
+ s.dependency 'RxSwift', '>= 4.1.2'
+ s.dependency 'RxCocoa', '>= 4.1.2'
16
17
s.ios.deployment_target = '8.0'
18
end
0 commit comments