Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Fix] Novocaine
  • Loading branch information
fabiopelosin committed Jul 23, 2012
1 parent 86bd22a commit e1e4566
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions Novocaine/0.0.1/Novocaine.podspec
@@ -1,16 +1,11 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Novocaine' s.name = 'Novocaine'
s.version = '0.0.1' s.version = '0.0.1'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'Painless high-performance audio on iOS and Mac OS X.' s.summary = 'Painless high-performance audio on iOS and Mac OS X.'
s.homepage = 'http://alexbw.github.com/novocaine/' s.homepage = 'http://alexbw.github.com/novocaine/'
s.author = { 'Ari Lerner' => 'arilerner@mac.com', 'Alex Wiltschko' => '@awiltsch' } s.author = { 'Ari Lerner' => 'arilerner@mac.com', 'Alex Wiltschko' => '@awiltsch' }

s.source = { :git => 'https://github.com/auser/novocaine.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/auser/novocaine.git', :tag => '0.0.1' } s.source_files = 'Novocaine'
s.description = 'An optional longer description of Novocaine.' s.frameworks = 'AudioToolbox', 'Accelerate'

s.source_files = 'Novocaine'


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

0 comments on commit e1e4566

Please sign in to comment.