From 096ca0c8f7713024414b6894f87865b3e10dfe13 Mon Sep 17 00:00:00 2001 From: monoqlo Date: Tue, 13 Sep 2016 21:30:53 +0900 Subject: [PATCH] Fix podspec. --- ExpandingMenu.podspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ExpandingMenu.podspec b/ExpandingMenu.podspec index dc6c4b7..45efd6a 100644 --- a/ExpandingMenu.podspec +++ b/ExpandingMenu.podspec @@ -30,6 +30,10 @@ Pod::Spec.new do |s| s.platform = :ios, '8.0' s.requires_arc = true + s.xcconfig = { + 'SWIFT_VERSION' => '3' + } + s.source_files = 'ExpandingMenu/Classes/*.swift' s.resource_bundles = { 'ExpandingMenu' => ['ExpandingMenu/Assets/Sounds/*']