Skip to content

Commit

Permalink
Point spec to the right tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkimmett committed May 19, 2014
1 parent 377a233 commit a558fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NKToggleOverlayButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/neilkimmett/NKToggleOverlayButton"
s.screenshots = "https://raw.github.com/neilkimmett/NKToggleOverlayButton/master/animation.gif"
s.author = { "Neil Kimmett" => "[email protected]" }
s.source = { :git => "https://github.com/neilkimmett/NKToggleOverlayButton.git", :tag => 'v2.1.0' }
s.source = { :git => "https://github.com/neilkimmett/NKToggleOverlayButton.git", :tag => 'v2.1.1' }
s.platform = :ios, '7.0'
s.source_files = 'NKToggleOverlayButton/NKToggleOverlayButton'
s.resources = 'NKToggleOverlayButton/NKToggleOverlayButton/Images/*.png'
Expand Down

0 comments on commit a558fa8

Please sign in to comment.