OHHTTPStubs v3.1.11 Release Notes

    • โž• Added Carthage support
    • ๐Ÿ— Splitted the Xcode projects for more clarity (one dedicated to build the lib and run Unit Tests, and one for the Demo)
    • โœ… Got rid of the git submodule used for Unit Tests against AFNetworking โ€” it is now imported using CocoaPods and only for the lib's Unit Tests targets.
      @corinnekrych #90
    • ๐Ÿ‘Œ Improved Travis-CI integration. We now use a build matrix to have paralellized and independant builds for each scheme (iOS Static Lib, iOS Dynamic Framework, OSX Framework)
    • ๐Ÿ›  Fixed #80 again (there was still an issue for people using Xcode 5 & SDK 7.1โ€ฆ if those people still exists)