Skip to content

Commit

Permalink
More README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffctown committed Oct 31, 2019
1 parent 745416d commit 6c95578
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ _(There are also other ways to perform a similar task, including using `curl -is

_[Nullability annotations](https://developer.apple.com/swift/blog/?id=25) have also been added to the ObjC API to allow a cleaner API when used from Swift even if you don't use the dedicated Swift API wrapper provided by `OHHTTPStubsSwift.swift`._

<details>
<summary><b>Updating to Version 9.0+</b></summary>

* All classes dropped the `OH` prefix (`OHHHTTPStubs` -> `HTTPStubs`, `OHHTTPStubsResponse` -> `HTTPStubsResponse`, etc).
* The `OHPathHelpers` class was renamed `HTTPStubsPathHelpers`.
* No method and module names were changed.
</details>


# Installing in your projects

## CocoaPods
Expand Down

0 comments on commit 6c95578

Please sign in to comment.