Skip to content

Commit

Permalink
Merge pull request #3 from paulz/ios5
Browse files Browse the repository at this point in the history
fix github URL, use tag for sources
  • Loading branch information
sabymike committed Jul 11, 2013
2 parents 98f2ba3 + 876d607 commit b5f1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MSSimpleGauge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.screenshots = "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/simple.png", "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/range.png", "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/annotated.png"
s.license = 'MIT'
s.author = { "Mike Sabatini" => "mike@parallelboxes.com" }
s.source = { :git => "https://github.com/paulz/MSSimpleGauge.git", :branch => "ios5" }
s.source = { :git => "https://github.com/sabymike/MSSimpleGauge.git", :tag => '0.4' }
s.platform = :ios, '5.0'
s.source_files = 'SimpleGauge/Gauges/*.{h,m}'
s.frameworks = 'QuartzCore', 'UIKit', 'CoreGraphics', 'Foundation'
Expand Down

0 comments on commit b5f1966

Please sign in to comment.