From 5f27324a2e2b2e73d9f41aee2ab9f098e625b99b Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Thu, 14 Mar 2013 16:25:53 +0800 Subject: [PATCH] need update to latest version --- Appirater.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Appirater.podspec b/Appirater.podspec index b4ef92f8..b88aa241 100644 --- a/Appirater.podspec +++ b/Appirater.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'Appirater' - s.version = '1.0.1' + s.version = '1.0.2' s.platform = :ios s.summary = "A utility that reminds your iPhone app's users to review the app." s.homepage = 'http://arashpayan.com/blog/2009/09/07/presenting-appirater/' s.author = { 'Arash Payan' => 'arash.payan@gmail.com' } - s.source = { :git => 'https://github.com/arashpayan/appirater.git', :tag => '1.0.1' } + s.source = { :git => 'https://github.com/arashpayan/appirater.git', :tag => '1.0.2' } s.source_files = '*.{h,m}' s.resources = '*.lproj' s.requires_arc = true