From ac8d81f1f3c046f30a078a8c6c261dcb7703f22d Mon Sep 17 00:00:00 2001 From: shu223 Date: Thu, 4 Aug 2016 12:40:35 +0900 Subject: [PATCH] Updated the podspec --- PulsingHalo.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PulsingHalo.podspec b/PulsingHalo.podspec index 34b3060..c609504 100644 --- a/PulsingHalo.podspec +++ b/PulsingHalo.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "PulsingHalo" - s.version = "0.2.0" + s.version = "0.2.1" s.summary = "iOS Component to create Pulsating Animations." s.homepage = "https://github.com/shu223/PulsingHalo" s.license = 'MIT' s.author = { "shu223" => "shuichi0526@gmail.com" } s.platform = :ios - s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.0" } + s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.1" } s.source_files = 'PulsingHalo/*.{h,m}' s.framework = 'QuartzCore' s.requires_arc = true