From d7dc0523e01ba31a28867043883520b54fd71898 Mon Sep 17 00:00:00 2001 From: shu223 Date: Sun, 7 May 2017 00:05:06 +0900 Subject: [PATCH] Updated the version in the podspec --- PulsingHalo.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PulsingHalo.podspec b/PulsingHalo.podspec index f807c7f..11e073c 100644 --- a/PulsingHalo.podspec +++ b/PulsingHalo.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "PulsingHalo" - s.version = "0.2.5" + s.version = "0.2.7" s.ios.deployment_target = '8.0' 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.5" } + s.source = { :git => "https://github.com/shu223/PulsingHalo.git", :tag => "0.2.7" } s.source_files = 'PulsingHalo/*.{h,m}' s.framework = 'QuartzCore' s.requires_arc = true