Skip to content

Commit

Permalink
Fix CocoaPod name (#11)
Browse files Browse the repository at this point in the history
Change CocoaPod name to `HammerTests` because `Hammer` was already taken
  • Loading branch information
gabriellanata authored Jul 16, 2021
1 parent 840c5a6 commit a64c99f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Hammer.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a64c99f

Please sign in to comment.