blob: 313f61949749130ba4080a719f7987d5fa18be27 [file] [log] [blame]
{
"name": "Loggerithm",
"version": "1.0",
"summary": "A lightweight Swift logger.",
"description": "Loggerithm - A lightweight Swift logger, uses `println` in Debug and `NSLog` in Production with colourful output.\n\nFeatures\n* Use `println` 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.0"
},
"social_media_url": "https://www.linkedin.com/in/honghaozhang",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-D DEBUG"
},
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}