[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 4 / 8 / e / AudioPlayerManager / 1.1.1 / AudioPlayerManager.podspec.json
bloba1a7aa8eff78eb5b3037697664d440e00a1b9bef
2   "name": "AudioPlayerManager",
3   "version": "1.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hans Seiffert": "hans.seiffert@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tschob/AudioPlayerManager.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AudioPlayerManager/**/*.{swift,h}",
22   "public_header_files": "AudioPlayerManager/**/*.h",
23   "frameworks": "MediaPlayer",
24   "pushed_with_swift_version": "2.3"