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/*']