blob: a1520959791c915f9316edf1dd70efa021db5b69 [file] [log] [blame]
{
"name": "OOAudioEngine",
"version": "0.0.1.beta",
"summary": "audio engine for ios.",
"description": "automatical thread safety audio engine,.concise api to use.",
"homepage": "https://github.com/oyh5233/OOAudioEngine",
"license": "MIT",
"authors": {
"oyh5233": "oyh5233@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/oyh5233/OOAudioEngine.git",
"tag": "0.0.1.beta"
},
"source_files": "OOAudioEngine/OOAudioEngine/*.{h,m}",
"frameworks": [
"AVFoundation",
"Foundation",
"UIKit"
],
"requires_arc": true
}