blob: 4e45cc1a931f15df97b448ed2c2227aa477dc56b [file] [log] [blame]
{
"name": "OOAudioEngine",
"version": "0.0.2",
"license": "MIT",
"summary": "A leaner audio engine based on audio unit",
"homepage": "https://github.com/oyh5233/OOAudioEngine",
"authors": {
"oyh5233": "oyh5233@outlook.com"
},
"source": {
"git": "https://github.com/oyh5233/OOAudioEngine.git",
"tag": "0.0.2"
},
"description": "A leaner audio Engine based on audio unit.easy to use",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "OOAudioEngine/Classes/*.{h,m}",
"frameworks": "AVFoundation"
}