blob: 71701c7ad1e6900329bdf2410a41601f2702a6c6 [file] [log] [blame]
{
"name": "Loggerithm",
"version": "1.4.0",
"summary": "A lightweight Swift logger.",
"description": "Loggerithm - A lightweight Swift logger, uses `print` in Debug and `NSLog` in Production with colourful output.\n\nFeatures\n* Use `print` in Debug and `NSLog` in Production.\n* Formatted Output, just like `NSLog`.\n* Log Level Support.\n* Colorful Output and Color Customization.\n* Comprehensive Unit Test Coverage.",
"homepage": "https://github.com/honghaoz/Loggerithm",
"screenshots": "https://raw.githubusercontent.com/honghaoz/Loggerithm/master/Assets/demo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honghao Zhang": "zhh358@gmail.com"
},
"source": {
"git": "https://github.com/honghaoz/Loggerithm.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
},
"pushed_with_swift_version": "3.0"
}