blob: 1234a46bc13722d7c2bfdc9bcc4f3af848da38e3 [file] [log] [blame]
{
"name": "SJMP3Player",
"version": "1.3.0",
"summary": "mp3 player.",
"description": "mp3 player, play while downloading. support set rate, and local cache.",
"homepage": "https://github.com/changsanjiang/SJMP3Player",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJMP3Player.git",
"tag": "v1.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJMP3Player/*.{h,m}",
"dependencies": {
"SJDownloadDataTask": [
],
"SJObserverHelper": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJMP3Player/Core/*.{h,m}"
}
]
}