We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0608662 commit d6d3768Copy full SHA for d6d3768
KYDrawerController.podspec
@@ -11,4 +11,7 @@ Pod::Spec.new do |s|
11
s.source_files = "KYDrawerController/Classes/*.swift"
12
s.requires_arc = true
13
s.ios.deployment_target = '8.0'
14
+ s.xcconfig = {
15
+ 'SWIFT_VERSION' => '3'
16
+ }
17
end
0 commit comments