Skip to content

Commit

Permalink
DRY on podspec, tag now always equivalent to version
Browse files Browse the repository at this point in the history
  • Loading branch information
HBehrens committed May 24, 2013
1 parent 5f44d52 commit 2059ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeamMusicPlayerViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/BeamApp/MusicPlayerViewController'
s.license = {:type => 'New BSD', :file => 'LICENSE'}
s.authors = { 'Moritz Haarmann' => 'http://momo.brauchtman.net', 'Heiko Behrens' => 'http://HeikoBehrens.net' }
s.source = { :git => 'https://github.com/BeamApp/MusicPlayerViewController.git', :tag => '0.2.1' }
s.source = { :git => 'https://github.com/BeamApp/MusicPlayerViewController.git', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'Source/*.{h,m}'
s.exclude_files = 'Source/BeamMPMusicPlayerProvider.{h,m}'
Expand Down

0 comments on commit 2059ecd

Please sign in to comment.