blob: 4446ed75daae14cb91a58cbcb63845078bf60965 [file] [log] [blame]
{
"name": "SJMP3Player",
"version": "1.1.6",
"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.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJMP3Player/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"MediaPlayer"
],
"dependencies": {
"SJDownloadDataTask": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "SJMP3Player/Classes/Core/**/*.{h,m}"
}
]
}