Skip to content

Commit 704ccbc

Browse files
committed
Fix podspec
1 parent d89cea2 commit 704ccbc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

RxKeyboard.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +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-beta.0'
15-
s.dependency 'RxCocoa', '~> 4.0.0-beta.0'
14+
s.dependency 'RxSwift', '>= 4.0.0-beta.0'
15+
s.dependency 'RxCocoa', '>= 4.0.0-beta.0'
1616

1717
s.ios.deployment_target = '8.0'
18-
19-
s.pod_target_xcconfig = {
20-
'SWIFT_VERSION' => '4.0'
21-
}
2218
end

0 commit comments

Comments
 (0)