blob: c35f5f72c06e6595cb6bc30bf70855c0fe7afceb [file] [log] [blame]
{
"name": "BSAudioManager",
"version": "1.0.0",
"summary": "豆瓣播放器二次封装.",
"homepage": "https://github.com/xiaohange/BSAudioManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hari": "532167805@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiaohange/BSAudioManager.git",
"tag": "1.0.0"
},
"social_media_url": "https://weibo.com/hjq995",
"requires_arc": true,
"source_files": "BSAudioManager/BSAudioManager.h",
"dependencies": {
"JQTipView": [
],
"JQPhoneNetwork": [
]
},
"subspecs": [
{
"name": "DOUAudioStream",
"source_files": "BSAudioManager/DOUAudioStream/**/*"
},
{
"name": "BSAudioManager",
"dependencies": {
"BSAudioManager/DOUAudioStream": [
]
},
"source_files": "BSAudioManager/BSAudioManager/**/*"
}
]
}