blob: c743b2e7a82652769d3cb6ff55c4fb30e303f312 [file] [log] [blame]
{
"name": "FXAudio",
"version": "0.1.0",
"summary": "TUYA音频处理模块.",
"description": "TUYA 录音/混音/效果器",
"homepage": "https://github.com/sherlockmm/FXAudio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sherlockmm": "sherlock_zms@163.com"
},
"source": {
"git": "https://github.com/sherlockmm/FXAudio.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "FXAudio/Classes/FXAudio/FXAudio.framework",
"frameworks": [
"MediaPlayer",
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"VideoToolbox",
"GLKit",
"Accelerate"
],
"libraries": "stdc++"
}