Navigation Menu

Skip to content

Commit

Permalink
Added appropriate frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
auser committed Jun 9, 2012
1 parent b9e3546 commit 43fcdb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Novocaine/0.0.1/Novocaine.podspec
Expand Up @@ -9,7 +9,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'git://github.com/auser/novocaine.git', :tag => '0.0.1' }
s.description = 'An optional longer description of Novocaine.'

s.source_files = 'Novocaine/*'
s.source_files = 'Novocaine'
s.clean_paths = "Novocaine.xcodeproj"

s.framework = 'AudioToolbox'
s.frameworks = 'AudioToolbox', 'Accelerate'
end

0 comments on commit 43fcdb4

Please sign in to comment.