From a3924e3759d7e9873508f8104ce7c9fa7794fb97 Mon Sep 17 00:00:00 2001 From: shu223 Date: Fri, 27 May 2016 14:36:39 +0100 Subject: [PATCH] Updated the versions in Podspec --- Pulsator.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pulsator.podspec b/Pulsator.podspec index bad3974..2261a86 100644 --- a/Pulsator.podspec +++ b/Pulsator.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "Pulsator" - s.version = "0.1.0" + s.version = "0.1.1" s.summary = "Pulse animation for iOS." s.homepage = "https://github.com/shu223/Pulsator" s.screenshots = "https://github.com/shu223/Pulsator/blob/master/demo.gif?raw=true" s.license = 'MIT' s.author = { "shu223" => "shuichi0526@gmail.com" } - s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.1.0" } + s.source = { :git => "https://github.com/shu223/Pulsator.git", :tag => "0.1.1" } s.social_media_url = 'https://twitter.com/shu223' s.platform = :ios, '8.0'