OHHTTPStubs v1.2.0 Release Notes

    • ➕ Added support for "HTTP Message Data" stubs generated with curl -is <someurl> to replay them easily (#27). See the README.md for more info
    • ➕ Added redirect support for 3xx response codes (#23)
    • Dropped non-ARC support. Now OHHTTPStubs is to be compiled using ARC. (This should not change anything as it is intended to be integrated using CocoaPods or compiled in a separate xcodeproj anyway)