Skip to content

Commit

Permalink
podspec updated for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
will-tm committed Feb 19, 2014
1 parent 4bc5f96 commit 093985f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WMGaugeView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "WMGaugeView"
s.version = "0.0.1"
s.version = "0.0.2"
s.platform = :ios
s.summary = "Highly customizable gauge control for iOS."
s.homepage = "https://github.com/Will-tm/WMGaugeView"
s.license = 'MIT'
s.author = { "William Markezana" => "[email protected]" }
s.source = { :git => "https://github.com/Will-tm/WMGaugeView.git", :tag => "v0.0.1" }
s.source = { :git => "https://github.com/Will-tm/WMGaugeView.git", :tag => "v0.0.2" }
s.source_files = 'WMGaugeView', 'WMGaugeView/**/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
Expand Down

0 comments on commit 093985f

Please sign in to comment.