Skip to content

Commit

Permalink
Update FDWaveformView.podspec
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
fulldecent committed Jan 6, 2014
1 parent b5d6f1c commit 0b6a689
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FDWaveformView.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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
Expand Down

0 comments on commit 0b6a689

Please sign in to comment.