Skip to content

Commit 29cbdb2

Browse files
committed
Update pod file with new swift version and new dependencies
1 parent 70e4e5f commit 29cbdb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RxKeyboard.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxKeyboard'
3-
s.version = '0.8.1'
3+
s.version = '0.8.2'
44
s.summary = 'Reactive Keyboard in iOS'
55
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
1313

14-
s.dependency 'RxSwift', '>= 4.0.0'
15-
s.dependency 'RxCocoa', '>= 4.0.0'
14+
s.dependency 'RxSwift', '>= 4.1.2'
15+
s.dependency 'RxCocoa', '>= 4.1.2'
1616

1717
s.ios.deployment_target = '8.0'
1818
end

0 commit comments

Comments
 (0)