blob: f90907880d25942a1b9645f5c7304c7fbbf75f67 [file] [log] [blame]
{
"name": "HSAudioPlayer",
"version": "0.9.0",
"summary": "Small Wrapper around AVPlayer which let you play local and remote songs using a build in queue.",
"description": "HSAudioPlayer is a small audio player which takes care of the AVPlayer setup and usage. It uses an internal queue to play multiple items automatically in a row. All path based items which are supported from AVPlayer can be used (MPMediaItems and remote URLs).",
"homepage": "https://github.com/tschob/HSAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hans Seiffert": "hans.seiffert@gmail.com"
},
"source": {
"git": "https://github.com/tschob/HSAudioPlayer.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HSAudioPlayer/**/*.{swift,h}",
"public_header_files": "HSAudioPlayer/**/*.h",
"frameworks": "MediaPlayer",
"deprecated": true
}