From 43fcdb46a259f7af130f4b519c89fa218de65467 Mon Sep 17 00:00:00 2001 From: Ari Lerner Date: Sat, 9 Jun 2012 15:00:32 -0700 Subject: [PATCH] Added appropriate frameworks --- Novocaine/0.0.1/Novocaine.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Novocaine/0.0.1/Novocaine.podspec b/Novocaine/0.0.1/Novocaine.podspec index 87a44445d944f2..b5e84e1b8a86a9 100644 --- a/Novocaine/0.0.1/Novocaine.podspec +++ b/Novocaine/0.0.1/Novocaine.podspec @@ -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