pmusolino / Wormholy
- воскресенье, 22 июля 2018 г. в 00:15:09
Swift
iOS network debugging, like a wizard 🧙♂️
Start debugging iOS network calls like a wizard, without extra code! Wormholy makes debugging quick and reliable.
What you can do:
Add it to your project, and that's all! Shake your device or your simulator and Wormholy will appear! You don't need to import the library into your code, it works magically!
I suggest you install it only in debug mode. The easy way is via cocoapods:
pod 'Wormholy', :configurations => ['Debug']
If you want to disable the shake, and fire Wormholy from another point inside your app, you need to set the environment variable WORMHOLY_SHAKE_ENABLED
= NO
, and call this local notification:
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil)
Another way to install Wormholy is Carthage.
To integrate Wormholy into your Xcode project using Carthage, specify it in your Cartfile
:
github "pmusolino/Wormholy"
Run carthage update
to build the framework and drag the built Wormholy.framework
into your Xcode project.
Made with
Wormholy is available under the MIT license. See the LICENSE file for more info.