From 3e50c2c6bc2661705ef694c015348d18c423d2f5 Mon Sep 17 00:00:00 2001 From: William Markezana Date: Sun, 25 Oct 2015 13:36:54 +0100 Subject: [PATCH] Update WMGaugeView.podspec --- WMGaugeView.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WMGaugeView.podspec b/WMGaugeView.podspec index f7a5769..6d25bdd 100644 --- a/WMGaugeView.podspec +++ b/WMGaugeView.podspec @@ -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