CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by AlexDenisov.
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