Skip to content

Commit

Permalink
update podspec with a real tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tibo committed Oct 29, 2013
1 parent c4f53e9 commit 96c89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReplayRequest.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/tiboll/ReplayRequest"
s.license = 'Apache License, Version 2.0'
s.author = { "Thibaut LE LEVIER" => "http://github.com/tiboll" }
s.source = { :git => "https://github.com/tiboll/ReplayRequest.git", :branch => "master" }
s.source = { :git => "https://github.com/tiboll/ReplayRequest.git", :branch => "master", :tag => "1.0" }
s.platform = :ios, '4.0'
s.source_files = 'ReplayRequest/*.{h,m}'
s.requires_arc = false
Expand Down

0 comments on commit 96c89dd

Please sign in to comment.