| { |
| "name": "AudioPlayerManager", |
| "version": "1.2.1", |
| "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.2.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AudioPlayerManager/**/*.{swift,h}", |
| "public_header_files": "AudioPlayerManager/**/*.h", |
| "frameworks": "MediaPlayer", |
| "pushed_with_swift_version": "3.0" |
| } |