| { |
| "name": "ZLHistogramAudioPlot", |
| "version": "0.0.1", |
| "summary": "A hardware-accelerated audio visualization view using EZAudio, inspired by AudioCopy.", |
| "description": " A hardware-accelerated audio visualization view using EZAudio, inspired by [AudioCopy](https://itunes.apple.com/us/app/audiocopy/id719137307?mt=8).\n", |
| "homepage": "https://github.com/zhxnlai/ZLHistogramAudioPlot", |
| "screenshots": "https://raw.githubusercontent.com/zhxnlai/ZLHistogramAudioPlot/master/Previews/ZLHistogramAudioPlotBuffer.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zhixuan Lai": "zhxnlai@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhxnlai/ZLHistogramAudioPlot.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ZLHistogramAudioPlot/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Accelerate" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "EZAudio": [ |
| |
| ] |
| } |
| } |