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