forked from emannuelOC/OCWaveView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOCWaveView.podspec
More file actions
24 lines (15 loc) · 813 Bytes
/
OCWaveView.podspec
File metadata and controls
24 lines (15 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "OCWaveView"
s.version = "0.1.1"
s.summary = "🌊 A UIView subclass to present visual feedback for audio input"
s.description = "OCWaveView is a UIView subclass that can present visual feedback for audio input."
s.homepage = "https://github.com/emannuelOC/OCWaveView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Emannuel Carvalho" => "emannuel.carvalho@icloud.com" }
s.social_media_url = "http://twitter.com/emannuel_oc"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/emannuelOC/OCWaveView.git", :tag => "0.1.1" }
s.source_files = "OCWaveView", "Classes/**/*.{h,m,swift}"
# s.resource = "icon.png"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3' }
end