diff --git a/FDWaveformView.podspec b/FDWaveformView.podspec index 4cff343..a9fe31c 100644 --- a/FDWaveformView.podspec +++ b/FDWaveformView.podspec @@ -1,13 +1,12 @@ - Pod::Spec.new do |s| s.name = "FDWaveformView" - s.version = "0.1.1" + s.version = "0.1.2" s.summary = "Reads an audio file and displays the waveform" s.homepage = "https://github.com/fulldecent/FDWaveformView" s.license = 'MIT' s.author = { "William Entriken" => "github.com@phor.net" } s.platform = :ios - s.source = { :git => "https://github.com/fulldecent/FDWaveformView.git", :tag => "0.1.0" } + s.source = { :git => "https://github.com/fulldecent/FDWaveformView.git", :tag => "0.1.2" } s.source_files = 'FDWaveformView/FDWaveformView.{h,m}' s.frameworks = 'AVFoundation', 'MediaPlayer', 'CoreGraphics' s.requires_arc = true