blob: 5484f53195ebdc641e3130f3f574722a43517dd7 [file] [log] [blame]
{
"name": "ACBAVPlayer",
"version": "2.1",
"summary": "An extension on AVPlayer which converts it to have all useful features of AVAudioPlayer but with streaming support.",
"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.",
"homepage": "https://github.com/akhilcb/ACBAVPlayerExtension",
"license": "MIT",
"authors": "Akhil",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/akhilcb/ACBAVPlayerExtension.git",
"tag": "2.1"
},
"source_files": [
"ACBAVPlayerExtension",
"ACBAVPlayerExtension/Classes/AudioProcessing/*.{h,m}"
],
"exclude_files": "ACBAVPlayerExtension/main.m",
"public_header_files": "ACBAVPlayerExtension/Classes/AudioProcessing/AVPlayer+ACBHelper.h"
}