Skip to content

Commit 80097c5

Browse files
committed
Fix supported Swift version to 4.0.0
1 parent ef1dc0c commit 80097c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2'
15-
s.dependency 'RxCocoa', '>= 4.1.2'
14+
s.dependency 'RxSwift', '>= 4.0.0'
15+
s.dependency 'RxCocoa', '>= 4.0.0'
1616

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

0 commit comments

Comments
 (0)