2 "name": "AudioPlayerManager",
4 "summary": "Small Wrapper around AVPlayer which let you play local and remote songs using a build in queue.",
5 "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).",
6 "homepage": "https://github.com/tschob/AudioPlayerManager",
12 "Hans Seiffert": "hans.seiffert@gmail.com"
15 "git": "https://github.com/tschob/AudioPlayerManager.git",
21 "source_files": "AudioPlayerManager/**/*.{swift,h}",
22 "public_header_files": "AudioPlayerManager/**/*.h",
23 "frameworks": "MediaPlayer",
24 "pushed_with_swift_version": "3.0"