Latest | 1.0.2 |
---|---|
Homepage | https://github.com/orchan/DSLog |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | CocoaLumberjack/Swift |
Frameworks | UIKit |
Authors |
Installation
The recommended way is to use CocoaPods.
CocoaPods
To install DSLog using CocoaPods, include the following in your Podfile
pod 'DSLog', '~> 1.0.0'
Latest podspec
{ "name": "DSLog", "version": "1.0.2", "summary": "DSLog is a log system", "description": "DSLog is a log system from Desay", "homepage": "https://github.com/orchan/DSLog", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "ORCHAN": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/orchan/DSLog.git", "tag": "1.0.2" }, "requires_arc": true, "frameworks": "UIKit", "vendored_frameworks": "*.framework", "dependencies": { "CocoaLumberjack/Swift": [ "~> 3.3" ] }, "swift_version": "4.0" }
Sat, 11 May 2019 10:08:14 +0000