Vibrates your device whenever your app sends network request.
For testing only
Via CocoaPods:
pod 'Vibro'
or
pod 'VibroFramework'
if you prefer static frameworks.
You can install it manually by downloading static framework
After installation just register VBURLProtocol in your system:
#import <Vibro/Vibro.h>
///
[VBURLProtocol startHandling];
@AliSoftware and his OHHTTPStubs for the workaround with NSURLSession.
Distributed under MIT license, see LICENSE file for details