forked from stefanceriu/SCSiriWaveformView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSCSiriWaveformView.podspec
More file actions
17 lines (16 loc) · 849 Bytes
/
Copy pathSCSiriWaveformView.podspec
File metadata and controls
17 lines (16 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'SCSiriWaveformView'
s.version = '1.0.3'
s.platform = :ios
s.ios.deployment_target = '7.0'
s.summary = 'UIView subclass that reproduces the waveform effect seen in Siri on iOS 7'
s.homepage = 'https://github.com/stefanceriu/SCSiriWaveformView'
s.author = { 'Stefan Ceriu' => 'stefan.ceriu@yahoo.com' }
s.social_media_url = 'https://twitter.com/stefanceriu'
s.source = { :git => 'https://github.com/stefanceriu/SCSiriWaveformView.git', :tag => "v#{s.version}" }
s.license = { :type => 'MIT License', :file => 'LICENSE' }
s.source_files = 'SCSiriWaveformView/*'
s.requires_arc = true
s.frameworks = 'UIKit', 'QuartzCore', 'CoreGraphics', 'Foundation', 'AVFoundation'
s.screenshots = ["https://dl.dropboxusercontent.com/u/12748201/SCSiriWaveformView/SCSiriWaveformView.gif"]
end