Skip to content

Commit 640f2cd

Browse files
committed
Update Cartfile and Podspec
1 parent 0c19e9d commit 640f2cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 4.1.0
1+
github "ReactiveX/RxSwift" ~> 4.3.0

RxKeyboard.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.0'
15-
s.dependency 'RxCocoa', '>= 4.1.0'
14+
s.dependency 'RxSwift', '>= 4.3.0'
15+
s.dependency 'RxCocoa', '>= 4.3.0'
1616

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

0 commit comments

Comments
 (0)