Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active December 15, 2015 16:39
Show Gist options
  • Select an option

  • Save brynbellomy/5290395 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/5290395 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'TheAmazingAudioEngine'
s.version = '0.0.1'
s.platform = :ios
s.license = 'BSD'
s.summary = 'Audio engine for iOS.'
s.homepage = 'https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine'
s.author = { 'Michael Tyson' => 'michael@atastypixel.com' }
s.source = { :git => 'https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine.git' }
s.source_files = '{TheAmazingAudioEngine,Modules}/**/*.{h,m,c}' #'Core/{DTFoundation.h,Source/{*.{h,m},Externals/minizip/*.*}}'
s.requires_arc = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment