blob: d5a9cf0ee089fc34162c2a25876cd0161ae32727 [file] [log] [blame]
{
"name": "HSAudioPlayer",
"version": "0.9.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HSAudioPlayer/**/*.{swift,h}",
"public_header_files": "HSAudioPlayer/**/*.h",
"frameworks": "MediaPlayer",
"deprecated": true,
"deprecated_in_favor_of": "AudioPlayerManager"
}