0.1.0
Cocoapods and Multiple Similar Requests
This release incorporates support to record the same request multiple times. If the same request (a duplicate) gets send multiple times the PersistentStubSource
will record it as 2 distinct entries in the resulting stub file.
Here is a test that showcases the result of the change.
When serving requests The Stubborn Network consumes available stubs for a given request. This means that if the same request was stubbed 2 times it may be requested later on 2 times - a third request will not be served as a stub any more.
An additional change is support for Cocoapods.