Skip to content

Commit d70c2d7

Browse files
committed
Revert s.swift_version to 5.0
1 parent 62d8fcc commit d70c2d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RxKeyboard.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Pod::Spec.new do |s|
1010
s.source_files = 'Sources/**/*.swift'
1111
s.frameworks = 'UIKit'
1212
s.requires_arc = true
13-
s.swift_version = "5.1"
13+
s.swift_version = "5.0"
1414

1515
s.dependency 'RxSwift', '~> 6.0'
1616
s.dependency 'RxCocoa', '~> 6.0'
1717

18-
s.ios.deployment_target = '9.0'
18+
s.ios.deployment_target = '10.0'
1919
end

Sources/RxKeyboard/RxKeyboard.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ extension RxKeyboard: UIGestureRecognizerDelegate {
163163
_ gestureRecognizer: UIGestureRecognizer,
164164
shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer
165165
) -> Bool {
166-
gestureRecognizer === panRecognizer
166+
return gestureRecognizer === panRecognizer
167167
}
168168
}
169169

0 commit comments

Comments
 (0)