From d6d3768da1938c835f71b3cdf2fb4ca4f08507e0 Mon Sep 17 00:00:00 2001 From: ykyouhei Date: Fri, 16 Sep 2016 23:45:17 +0900 Subject: [PATCH] fix podspec. --- KYDrawerController.podspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KYDrawerController.podspec b/KYDrawerController.podspec index 2f7eec4..e7f3a1d 100644 --- a/KYDrawerController.podspec +++ b/KYDrawerController.podspec @@ -11,4 +11,7 @@ Pod::Spec.new do |s| s.source_files = "KYDrawerController/Classes/*.swift" s.requires_arc = true s.ios.deployment_target = '8.0' + s.xcconfig = { + 'SWIFT_VERSION' => '3' + } end