A simple network logger based on the Pulse library.
// In the AppDelegate's didFinishLaunchingWithOptions method
NetworkLogger.shared.prepare()
// If you need to enable or disable the shake motion, you can do it as follows
NetworkLogger.shared.enable()
NetworkLogger.shared.disable()
Pulsar is available under the MIT license. See the LICENSE file for more info.