[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / b / 3 / ACBAVPlayer / 2.1 / ACBAVPlayer.podspec.json
blob5484f53195ebdc641e3130f3f574722a43517dd7
2   "name": "ACBAVPlayer",
3   "version": "2.1",
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.1"
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"