Skip to content

Commit 87cd7f8

Browse files
committed
Use Swift 3.1
1 parent 5451dd4 commit 87cd7f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
3.1

RxKeyboard.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.ios.deployment_target = '8.0'
1818

1919
s.pod_target_xcconfig = {
20-
'SWIFT_VERSION' => '3.0'
20+
'SWIFT_VERSION' => '3.1'
2121
}
2222
end

0 commit comments

Comments
 (0)