[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / e / b / 3 / ACBAVPlayer / 2.0 / ACBAVPlayer.podspec.json
bloba7efe4276042e6ff84daa40b51e0b578b48c718d
2   "name": "ACBAVPlayer",
3   "version": "2.0",
4   "summary": "An extension on AVPlayer which converts it to have all useful features of AVAudioPlayer but with streaming support.",
5   "description": "An extension on AVPlayer which converts it to have all useful features of AVAudioPlayer but with streaming support. Also added additional methods to support Audio visualization from AVPlayer streaming. This extension adds some missing features to AVPlayer.",
6   "homepage": "https://github.com/akhilcb/ACBAVPlayerExtension",
7   "license": "MIT",
8   "authors": "Akhil",
9   "platforms": {
10     "ios": null
11   },
12   "source": {
13     "git": "https://github.com/akhilcb/ACBAVPlayerExtension.git",
14     "tag": "2.0"
15   },
16   "source_files": [
17     "ACBAVPlayerExtension",
18     "ACBAVPlayerExtension/Classes/AudioProcessing/*.{h,m}"
19   ],
20   "exclude_files": "ACBAVPlayerExtension/main.m",
21   "public_header_files": "ACBAVPlayerExtension/Classes/AudioProcessing/AVPlayer+ACBHelper.h"