Skip to content

Commit

Permalink
Do not repeat the version number in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Oct 9, 2013
1 parent eb51e92 commit 5e9a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCDYouTubeVideoPlayerViewController.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/0xced/XCDYouTubeVideoPlayerViewController"
s.license = 'MIT'
s.author = { "Cédric Luthi" => "[email protected]" }
s.source = { :git => "https://github.com/0xced/XCDYouTubeVideoPlayerViewController.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/0xced/XCDYouTubeVideoPlayerViewController.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'XCDYouTubeVideoPlayerViewController'
s.frameworks = 'AVFoundation', 'MediaPlayer'
Expand Down

0 comments on commit 5e9a54d

Please sign in to comment.