blob: 92a0f27175ec2e744bba1c05d8415533cb719222 [file] [log] [blame]
{
"name": "MGAudioPlayer",
"version": "0.0.2",
"summary": "基于StreamingKit完成的音频播放",
"description": "基于StreamingKit完成的音频播放库。",
"homepage": "https://github.com/cndevmingle/MGBlockStreamingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mingle": "cndevmingle@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cndevmingle/MGBlockStreamingKit.git",
"tag": "0.0.2"
},
"source_files": "MGAudioPlayer/**/*.{h,m}",
"frameworks": [
"Foundation",
"AudioToolbox"
]
}