Skip to content

Commit

Permalink
Fix podfile filename (#12)
Browse files Browse the repository at this point in the history
Podfile filename must match pod name
  • Loading branch information
gabriellanata authored Jul 16, 2021
1 parent a64c99f commit b453e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hammer.podspec → HammerTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "HammerTests"
spec.version = "0.10.1"
spec.version = "0.10.2"
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Hammer requires Swift 5.3 and iOS 11.0 or later.
#### With [CocoaPods](https://cocoapods.org/)

```ruby
pod 'HammerTests', '~> 0.10.1'
pod 'HammerTests', '~> 0.10.2'
```

## Setup
Expand Down

0 comments on commit b453e0b

Please sign in to comment.