From c15fd296ec039654df2ea271146cb978bff7b2f8 Mon Sep 17 00:00:00 2001 From: tokorom Date: Sun, 2 Mar 2014 14:00:12 +0900 Subject: [PATCH] Update podspec --- TKRGuard.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TKRGuard.podspec b/TKRGuard.podspec index 867bc41..df3b3f0 100644 --- a/TKRGuard.podspec +++ b/TKRGuard.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "TKRGuard" - s.version = "1.0.0" + s.version = "1.0.2" s.summary = "The simple test helper for asynchronous processes." s.homepage = "https://github.com/tokorom/TKRGuard" s.license = 'MIT' s.author = { "tokorom" => "tokorom@gmail.com" } - s.source = { :git => "https://github.com/tokorom/TKRGuard.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/tokorom/TKRGuard.git", :tag => "1.0.2" } s.source_files = 'TKRGuard/*' s.framework = 'XCTest', 'SenTestingKit' s.requires_arc = true