[Add] BBActivity 0.1.0
[CocoaPods.git] / Specs / f / 0 / 3 / HSAudioPlayer / 0.9.1 / HSAudioPlayer.podspec.json
blobd5a9cf0ee089fc34162c2a25876cd0161ae32727
2   "name": "HSAudioPlayer",
3   "version": "0.9.1",
4   "summary": "Small Wrapper around AVPlayer which let you play local and remote songs using a build in queue.",
5   "description": "HSAudioPlayer 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/HSAudioPlayer",
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/HSAudioPlayer.git",
16     "tag": "0.9.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HSAudioPlayer/**/*.{swift,h}",
22   "public_header_files": "HSAudioPlayer/**/*.h",
23   "frameworks": "MediaPlayer",
24   "deprecated": true,
25   "deprecated_in_favor_of": "AudioPlayerManager"