From 093985fb12286f28e12bb5f27898740a8842d33d Mon Sep 17 00:00:00 2001 From: William Markezana Date: Thu, 20 Feb 2014 00:37:17 +0100 Subject: [PATCH] podspec updated for v0.0.2 --- WMGaugeView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WMGaugeView.podspec b/WMGaugeView.podspec index 40b0015..6fb39f2 100644 --- a/WMGaugeView.podspec +++ b/WMGaugeView.podspec @@ -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" => "william.markezana@me.com" } - 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