We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d03d8a commit f2319d7Copy full SHA for f2319d7
Lightbox.podspec
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
13
s.ios.resource = 'Resources/Lightbox.bundle'
14
15
s.frameworks = 'UIKit', 'AVFoundation', 'AVKit'
16
- s.dependency 'Sugar'
17
s.dependency 'Hue'
+
18
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
19
end
0 commit comments