Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 762 Bytes

Pulsar

Platforms SPM Compatible GitHub license

A simple network logger based on the Pulse library.

Quick Start

// 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()

License

Pulsar is available under the MIT license. See the LICENSE file for more info.