blob: 25f9bead85dc9547840208369399c2e265ed89f3 [file] [log] [blame]
{
"name": "SYAudio",
"version": "1.2.0",
"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.0"
},
"source_files": [
"SYAudio/*.{h,m}",
"SYAudio/LameUitls/*.{h}"
],
"vendored_libraries": "SYAudio/LameUitls/*.a",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"UIKit",
"Foundation"
],
"requires_arc": true
}