Skip to content

Commit

Permalink
Bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGorman committed Jul 5, 2021
1 parent 0ca3959 commit 6f01393
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Hippolyte.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Hippolyte"
s.version = "1.3.1"
s.version = "1.4.0"
s.swift_version = "5.0"
s.summary = "HTTP Stubbing in Swift"

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ func testStub() throws {
}
```

### Delegate

You can add an optional `ResponseDelegate` into the mix to be notified when a response is mocked by Hippolyte. It has only one method `onResponse`.

### Teardown

Remember to tear down stubbing in your tests:

```swift
Expand Down

0 comments on commit 6f01393

Please sign in to comment.