[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / f / ZLSinusWaveView / 0.0.1 / ZLSinusWaveView.podspec.json
blobbaf9094cd6226c3f5781adede7b76aa294892e82
2   "name": "ZLSinusWaveView",
3   "version": "0.0.1",
4   "summary": "A Siri like voice visualization view using EZAudio. Modified from SISinusWaveView for iOS.",
5   "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",
6   "homepage": "https://github.com/zhxnlai/ZLSinusWaveView",
7   "screenshots": "https://raw.githubusercontent.com/zhxnlai/ZLSinusWaveView/master/preview.gif",
8   "license": {
9     "type": "BSD",
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/ZLSinusWaveView.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "ZLSinusWaveView/*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "EZAudio": [
26       "~> 0.0.5"
27     ]
28   }