SFLoggingKit 2.0.0

SFLoggingKit 2.0.0

Maintained by Dimitar Petrov, Aleksandar Geyman, Vesela Ilchevska, Aleksandar Gyuzelov, ivan.georgiev, dimitar.petrov, Kostadin Zamanov.



  • By
  • Scalefocus

SFLoggingKit

Swift Version Build Status License CocoaPods Compatible Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 5.
  • iOS 10 or higher

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate SFLoggingKit into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

pod 'SFLoggingKit'

Then, run the following command:

$ pod install

Usage

import SFLoggingKit

License

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