Skip to content

Commit d6d3768

Browse files
committed
fix podspec.
1 parent 0608662 commit d6d3768

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

KYDrawerController.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ Pod::Spec.new do |s|
1111
s.source_files = "KYDrawerController/Classes/*.swift"
1212
s.requires_arc = true
1313
s.ios.deployment_target = '8.0'
14+
s.xcconfig = {
15+
'SWIFT_VERSION' => '3'
16+
}
1417
end

0 commit comments

Comments
 (0)