forked from zhxnlai/ZLSinusWaveView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZLSinusWaveView.podspec
17 lines (17 loc) · 932 Bytes
/
ZLSinusWaveView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "ZLSinusWaveView"
s.version = "0.0.3"
s.summary = "A Siri like voice visualization view using EZAudio. Modified from SISinusWaveView for iOS."
s.description = <<-DESC
A Siri like voice visualization view using EZAudio. Modified from [SISinusWaveView](https://github.com/raffael/SISinusWaveView) for iOS.
DESC
s.homepage = "https://github.com/zhxnlai/ZLSinusWaveView"
s.screenshots = "https://raw.githubusercontent.com/zhxnlai/ZLSinusWaveView/master/Previews/waveform.gif"
s.license = { :type => "BSD", :file => "LICENSE" }
s.author = { "Zhixuan Lai" => "[email protected]" }
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/zhxnlai/ZLSinusWaveView.git", :tag => "0.0.3" }
s.source_files = "ZLSinusWaveView/*.{h,m}"
s.requires_arc = true
s.dependency "EZAudio", "~> 0.0.6"
end