From 29df7151e07b6b0cbb0c368835625960a44964c2 Mon Sep 17 00:00:00 2001 From: phatmann Date: Mon, 23 Jun 2014 15:18:33 -0700 Subject: [PATCH] Update version number --- KIF.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KIF.podspec b/KIF.podspec index cffdff3bd..89ea0fe16 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.0.4" + s.version = "3.0.5" s.summary = "Keep It Functional - iOS UI acceptance testing in an XCUnit harness." s.homepage = "https://github.com/kif-framework/KIF/" s.license = 'Apache 2.0' s.authors = 'Eric Firestone', 'Jim Puls', 'Brian Nickel' - s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.0.4" } + s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.0.5" } s.platform = :ios, '5.1' s.frameworks = 'CoreGraphics' s.default_subspec = 'XCTest'