From a64c99ffdef7b8d078bc865e3feaaa995273814d Mon Sep 17 00:00:00 2001 From: Gabriel Lanata Date: Fri, 16 Jul 2021 15:35:25 -0700 Subject: [PATCH] Fix CocoaPod name (#11) Change CocoaPod name to `HammerTests` because `Hammer` was already taken --- Hammer.podspec | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Hammer.podspec b/Hammer.podspec index 0fe628c..78b685e 100644 --- a/Hammer.podspec +++ b/Hammer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| - spec.name = "Hammer" - spec.version = "0.10.0" + spec.name = "HammerTests" + spec.version = "0.10.1" 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" diff --git a/README.md b/README.md index 52beb5f..a7bd990 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Hammer requires Swift 5.3 and iOS 11.0 or later. #### With [CocoaPods](https://cocoapods.org/) -```swift -pod 'HammerTests', '~> 0.10.0' +```ruby +pod 'HammerTests', '~> 0.10.1' ``` ## Setup