We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb45861 + 4a21798 commit 7b44711Copy full SHA for 7b44711
Toaster.podspec
@@ -11,4 +11,7 @@ Pod::Spec.new do |s|
11
s.source_files = 'Sources/*.{swift,h}'
12
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
13
s.requires_arc = true
14
+ s.pod_target_xcconfig = {
15
+ 'SWIFT_VERSION' => '3.0'
16
+ }
17
end
0 commit comments