blob: 1a6f235c16447f671496f9c8fce386d26dbd8fcd [file] [log] [blame]
{
"name": "SJAudioPlayer",
"version": "1.0.1",
"summary": "iOS MP3 Audio Player using AVAudioEngine.",
"description": "https://github.com/changsanjiang/SJAudioPlayer/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJAudioPlayer.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SJAudioPlayer/*.{h,m}",
"subspecs": [
{
"name": "Core",
"source_files": "SJAudioPlayer/Core/**/*.{h,m}"
}
]
}