Skip to content

Commit 90e662e

Browse files
committed
Add Swift version to xcconfig
1 parent 3df6b05 commit 90e662e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SQLite.swift.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Pod::Spec.new do |s|
2525
s.osx.deployment_target = "10.9"
2626
s.watchos.deployment_target = "2.0"
2727
s.default_subspec = 'standard'
28+
s.pod_target_xcconfig = {
29+
'SWIFT_VERSION' => '2.3',
30+
}
2831

2932
s.subspec 'standard' do |ss|
3033
ss.source_files = 'SQLite/**/*.{c,h,m,swift}'

0 commit comments

Comments
 (0)