blob: f00e2b30c42be6fd221dd9049fa04e632fc2b596 [file] [log] [blame]
{
"name": "MGAudioPlayer",
"version": "0.0.1",
"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.1"
},
"source_files": [
"MGAudioPlayer/StreamingKit",
"MGAudioPlayer/Classes/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"AudioToolbox"
]
}