blob: cefd4df484b9aded3dc56a5611bd980d5413070c [file] [log] [blame]
{
"name": "SYAudio",
"version": "1.2.1",
"summary": "Easy to play or stop audio, and to record the radio.",
"homepage": "https://github.com/potato512/SYAudio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"herman": "zhangsy757@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/potato512/SYAudio.git",
"tag": "1.2.1"
},
"source_files": [
"SYAudio/*.{h,m}",
"SYAudio/LameUitls/*.{h}"
],
"vendored_libraries": "SYAudio/LameUitls/*.a",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"UIKit",
"Foundation"
],
"requires_arc": true
}