Skip to content

Commit 9138df3

Browse files
author
Christoffer Winterkvist
committed
Add s.pod_target_xcconfig to podspec
1 parent 8d48bfa commit 9138df3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Imaginary.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ Pod::Spec.new do |s|
1919

2020
s.frameworks = 'Foundation'
2121
s.dependency 'Cache', '~> 2.0'
22+
23+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
2224
end

0 commit comments

Comments
 (0)