blob: 262a056474f62882960e80933311906dac7443fb [file] [log] [blame]
{
"name": "AudioPlayerManager",
"version": "1.1.3",
"summary": "Small Wrapper around AVPlayer which let you play local and remote songs using a build in queue.",
"description": "AudioPlayerManager 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/AudioPlayerManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hans Seiffert": "hans.seiffert@gmail.com"
},
"source": {
"git": "https://github.com/tschob/AudioPlayerManager.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AudioPlayerManager/**/*.{swift,h}",
"public_header_files": "AudioPlayerManager/**/*.h",
"frameworks": "MediaPlayer",
"pushed_with_swift_version": "2.3"
}