[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / b / ZLHistogramAudioPlot / 0.0.1 / ZLHistogramAudioPlot.podspec.json
blob11c22d0228cb4194a485adb96ca3aed55b3c5557
2   "name": "ZLHistogramAudioPlot",
3   "version": "0.0.1",
4   "summary": "A hardware-accelerated audio visualization view using EZAudio, inspired by AudioCopy.",
5   "description": "  A hardware-accelerated audio visualization view using EZAudio, inspired by [AudioCopy](https://itunes.apple.com/us/app/audiocopy/id719137307?mt=8).\n",
6   "homepage": "https://github.com/zhxnlai/ZLHistogramAudioPlot",
7   "screenshots": "https://raw.githubusercontent.com/zhxnlai/ZLHistogramAudioPlot/master/Previews/ZLHistogramAudioPlotBuffer.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Zhixuan Lai": "zhxnlai@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/zhxnlai/ZLHistogramAudioPlot.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "ZLHistogramAudioPlot/*.{h,m}",
23   "frameworks": [
24     "UIKit",
25     "Accelerate"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "EZAudio": [
31     ]
32   }