blob: 9803cd77c5a6604503fbf6eb8f918ae778b76e81 [file] [log] [blame]
{
"name": "TheAmazingAudioEngine",
"version": "1.4",
"summary": "Core Audio, Cordially: A sophisticated framework for iOS audio applications, built so you don't have to.",
"homepage": "http://theamazingaudioengine.com",
"license": "zlib",
"authors": {
"michaeltyson": "michael@atastypixel.com"
},
"source": {
"git": "https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine.git",
"tag": "1.4"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"TheAmazingAudioEngine/**/*.{h,m,c}",
"Modules/*.{h,m,c}"
],
"frameworks": [
"AudioToolbox",
"Accelerate"
],
"requires_arc": true
}