Skip to content

Commit

Permalink
Fix source tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed Apr 11, 2015
1 parent 9b36258 commit 498398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SVGPath.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.platform = :ios

s.source = { :git => "https://github.com/timrwood/SVGPath.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/timrwood/SVGPath.git", :tag => "0.0.3" }

s.source_files = "SVGPath"
s.requires_arc = true
Expand Down

0 comments on commit 498398d

Please sign in to comment.