forked from TheAmazingAudioEngine/TheAmazingAudioEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTheAmazingAudioEngine.podspec
More file actions
19 lines (19 loc) · 903 Bytes
/
TheAmazingAudioEngine.podspec
File metadata and controls
19 lines (19 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Be sure to run `pod spec lint TheAmazingAudioEngine.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about the attributes see http://docs.cocoapods.org/specification.html
#
Pod::Spec.new do |s|
s.name = "TheAmazingAudioEngine"
s.version = "1.1"
s.summary = "Core Audio, Cordially: A sophisticated framework for iOS audio applications, built so you don't have to."
s.homepage = "http://theamazingaudioengine.com"
s.license = 'zlib'
s.author = { "michaeltyson" => "michael@atastypixel.com" }
s.source = { :git => "https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine.git", :tag => "1.1" }
s.platform = :ios, '4.3'
s.source_files = 'TheAmazingAudioEngine/**/*.{h,m,c}', 'Modules/**/*.{h,m,c}'
s.frameworks = 'AudioToolbox', 'Accelerate'
s.requires_arc = false
end