From d22589d4650d7791432c898b3b35bd8bbae761bf Mon Sep 17 00:00:00 2001 From: Gabriel Lanata Date: Sat, 11 Dec 2021 17:55:00 -0800 Subject: [PATCH] Bump cocoapods (#37) --- HammerTests.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HammerTests.podspec b/HammerTests.podspec index 7cb51af..1616c0d 100644 --- a/HammerTests.podspec +++ b/HammerTests.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "HammerTests" - spec.version = "0.13.2" + spec.version = "0.13.3" spec.summary = "iOS touch and keyboard syntheis library for unit tests." spec.description = "Hammer is a touch and keyboard synthesis library for emulating user interaction events. It enables new ways of triggering UI actions in unit tests, replicating a real world environment as much as possible." spec.homepage = "https://github.com/lyft/Hammer"