Skip to content

Commit f8209be

Browse files
committed
Set swift version in podspec
1 parent e9abf03 commit f8209be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.watchos.deployment_target = "2.0"
2727
s.default_subspec = 'standard'
2828
s.pod_target_xcconfig = {
29-
'SWIFT_VERSION' => '2.3',
29+
'SWIFT_VERSION' => '3.0',
3030
}
3131

3232
s.subspec 'standard' do |ss|

0 commit comments

Comments
 (0)