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 d89cea2 commit 704ccbcCopy full SHA for 704ccbc
RxKeyboard.podspec
@@ -11,12 +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-beta.0'
15
- s.dependency 'RxCocoa', '~> 4.0.0-beta.0'
+ s.dependency 'RxSwift', '>= 4.0.0-beta.0'
+ s.dependency 'RxCocoa', '>= 4.0.0-beta.0'
16
17
s.ios.deployment_target = '8.0'
18
-
19
- s.pod_target_xcconfig = {
20
- 'SWIFT_VERSION' => '4.0'
21
- }
22
end
0 commit comments