From 24a83b25070211588e14825237e156d4dff07bff Mon Sep 17 00:00:00 2001 From: "Enrico A. Franzelli" Date: Sat, 1 Dec 2018 11:01:03 +0100 Subject: [PATCH] Podfile updated to 'v1.4.0' tag --- Cucumberish.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cucumberish.podspec b/Cucumberish.podspec index 354f98b6cd5..3807e529042 100644 --- a/Cucumberish.podspec +++ b/Cucumberish.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Cucumberish" - s.version = "1.3.0" + s.version = "1.4.0" s.summary = "Cucumberish is the native Objective-C implementation of Cucumber BDD automation test framework" s.description = <<-DESC Cucumberish is Objective-C and Swift framework for Behaviour Driven Development inspired by the amazing way of writing automated test cases introduced originally by Cucumber. With Cucumberish, you write your test cases in almost plain English language.