blob: baf9094cd6226c3f5781adede7b76aa294892e82 [file] [log] [blame]
{
"name": "ZLSinusWaveView",
"version": "0.0.1",
"summary": "A Siri like voice visualization view using EZAudio. Modified from SISinusWaveView for iOS.",
"description": " A longer description of ZLSinusWaveView in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/zhxnlai/ZLSinusWaveView",
"screenshots": "https://raw.githubusercontent.com/zhxnlai/ZLSinusWaveView/master/preview.gif",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhxnlai/ZLSinusWaveView.git",
"tag": "0.0.1"
},
"source_files": "ZLSinusWaveView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"EZAudio": [
"~> 0.0.5"
]
}
}