Skip to content

Commit

Permalink
Update WMGaugeView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
will-tm committed Oct 25, 2015
1 parent 715eccd commit 3e50c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WMGaugeView.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "WMGaugeView"
s.version = "0.0.3"
s.version = "0.0.4"
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" => "william.markezana@me.com" }
s.source = { :git => "https://github.com/Will-tm/WMGaugeView.git", :tag => "v0.0.3" }
s.source_files = 'WMGaugeView', 'WMGaugeView/WMGaugeView.{h,m}'
s.source = { :git => "https://github.com/Will-tm/WMGaugeView.git" }
s.source_files = 'WMGaugeView', 'WMGaugeView/WMGaugeView*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
end

0 comments on commit 3e50c2c

Please sign in to comment.