5.2.1
- Fix typos in README and documentation.
@AliSoftware, @tmpsantos, #198 - Fixes Swift 3.0 GM compatibility (
@escaping
) in theswift-3.0
branch.
@ikesyo, #201
Reminder that this version is source-compatible compatible with ObjC, Swift 2.2, 2.3 and 3.0 all in master. You you're using CocoaPods you can use 5.2.0 directly. But if you're using Carthage, which builds the framework from the Xcode project, you should use the swift3
branch — whose only diff is the SWIFT_VERSION
build setting being set to 3.0
.
Note for Carthage users: The
OHHTTPStubs.framework.zip
pre-build binary is intentionally not included in this release, because we're in a transition period between Swift 2.2, 2.3 and 3.0. Carthage only let us provide one pre-build binary per version while we'd need one for each Swift ABI during that transition period.
For more info, see the dedicated paragraph in README.