-
-
Notifications
You must be signed in to change notification settings - Fork 171
/
Copy pathFDWaveformView.podspec
17 lines (17 loc) · 1.49 KB
/
FDWaveformView.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 = 'FDWaveformView'
s.version = '3.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
FDWaveformView is an easy way to display an audio waveform in your app. It is a nice visualization to show a playing audio file or to select a position in a file.
DESC
s.homepage = 'https://github.com/fulldecent/FDWaveformView'
s.screenshots = 'https://camo.githubusercontent.com/8c51361597e3c150cce6f60db5055663a7a7f8f1/68747470733a2f2f692e696d6775722e636f6d2f354e376f7a6f672e706e67', 'https://camo.githubusercontent.com/3c21c8437f922ba6cb1a44b0701c02c140221d84/68747470733a2f2f692e696d6775722e636f6d2f665272486952502e706e67', 'https://camo.githubusercontent.com/771973985f42a25931bfafba291f313ba8e46e32/68747470733a2f2f692e696d6775722e636f6d2f4a514f4b51336f2e706e67', 'https://camo.githubusercontent.com/21e361bff1e2351a8f54636881c4290e4818501a/68747470733a2f2f692e696d6775722e636f6d2f386f52376370712e676966', 'https://camo.githubusercontent.com/700a0eeb4bfbf5bab688dcb11ef60784b2074eef/68747470733a2f2f692e696d6775722e636f6d2f456778586143592e676966'
s.author = { 'William Entriken' => '[email protected]' }
s.source = { :git => 'https://github.com/fulldecent/FDWaveformView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/fulldecent'
s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
s.source_files = 'Source/*.swift'
end