| { |
| "name": "ZLMusicFlowWaveView", |
| "version": "0.0.1", |
| "summary": "A ZLSinusWaveView subclass inspired by 乐流/MusicFlow", |
| "description": " A [ZLSinusWaveView](https://github.com/zhxnlai/ZLSinusWaveView) subclass inspired by 乐流/MusicFlow\n", |
| "homepage": "https://github.com/zhxnlai/ZLMusicFlowWaveView", |
| "screenshots": "https://raw.githubusercontent.com/zhxnlai/ZLMusicFlowWaveView/master/Previews/preview.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zhixuan Lai": "zhxnlai@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhxnlai/ZLMusicFlowWaveView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ZLMusicFlowWaveView/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "ZLSinusWaveView": [ |
| |
| ] |
| } |
| } |