Skip to content

Commit

Permalink
Fix podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
monoqlo committed Sep 13, 2016
1 parent a87b6e3 commit 096ca0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ExpandingMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/*']
Expand Down

0 comments on commit 096ca0c

Please sign in to comment.