From 00a3fbec34d0e53ededb189cdb6916b998d950fd Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Wed, 15 Apr 2015 10:52:25 +0800 Subject: [PATCH] Bump Pod --- ZGCountDownTimer.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZGCountDownTimer.podspec b/ZGCountDownTimer.podspec index 80dedd3..f455a0b 100644 --- a/ZGCountDownTimer.podspec +++ b/ZGCountDownTimer.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ZGCountDownTimer" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "Background Proof, Termination Proof Timer, Reboot Proof Timer." s.homepage = "https://github.com/zhigang1992/ZGCountDownTimer.git" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Kyle Fang" => "zhigang1992@gmail.com" } - s.source = { :git => "https://github.com/zhigang1992/ZGCountDownTimer.git", :tag => "0.0.1b" } + s.source = { :git => "https://github.com/zhigang1992/ZGCountDownTimer.git", :tag => "0.0.2" } s.platform = :ios, '5.0' s.source_files = 'Classes', 'Class/**/*.{h,m}'