From 9acfbf1589921b7efabffd57dbbbd06de53dc304 Mon Sep 17 00:00:00 2001 From: Alex Odawa Date: Mon, 7 Mar 2016 10:20:35 -0800 Subject: [PATCH] bumping podspec to 3.4.0 --- KIF.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KIF.podspec b/KIF.podspec index 2186b2d66..ba5b7464c 100644 --- a/KIF.podspec +++ b/KIF.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "KIF" - s.version = "3.3.2" + s.version = "3.4.0" 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.3.2" } + s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v#{ s.version.to_s }" } s.platform = :ios, '5.1' s.frameworks = 'CoreGraphics', 'QuartzCore', 'IOKit', 'XCTest' s.default_subspec = 'Core'