blob: 1947e4f93d3758ed8adfd4f52bc8b8bad21e3482 [file] [log] [blame]
{
"name": "AudioPlayerManager",
"version": "1.0.0",
"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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AudioPlayerManager/**/*.{swift,h}",
"public_header_files": "AudioPlayerManager/**/*.h",
"frameworks": "MediaPlayer"
}