blob: cbab56d48c426f1349e2b3aa36f045c2299d8f9e [file] [log] [blame]
{
"name": "TheAmazingAudioEngine",
"version": "1.3",
"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.3"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"TheAmazingAudioEngine/**/*.{h,m,c}",
"Modules/*.{h,m,c}"
],
"frameworks": [
"AudioToolbox",
"Accelerate"
],
"requires_arc": false
}