[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / e / AudioPlayerManager / 1.2.2 / AudioPlayerManager.podspec.json
blobd22f2c496e847b500b642d0bb670fa173d91ac65
2   "name": "AudioPlayerManager",
3   "version": "1.2.2",
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.2.2"
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": "3.0"