Skip to content

5.2.0: Swift 2.3 & 3.0 support

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 21 Aug 02:40
· 222 commits to master since this release
  • Added Swift 2.3/Xcode 8 support. This is compatible both Swift 2.2/Xcode 7.3 and Swift 2.3/Xcode 8.
    @ikesyo, #184
  • Added Swift 3.0 support.
    @mxcl, @Liquidsoul, #192
  • Set deployment targets at the project level to be used in a universal target.
    @ikesyo, #185
  • Fix: Carthage support and Examples configurations.
    @Liquidsoul, #190

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.