blob: 5c36a3e1add74f6c4d730c17479ffc8d894074b1 [file] [log] [blame]
{
"name": "Loggerithm",
"version": "1.3",
"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.3"
},
"social_media_url": "https://www.linkedin.com/in/honghaozhang",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"xcconfig": {
"OTHER_SWIFT_FLAGS": "-D DEBUG"
},
"source_files": "Source/*.swift",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
}
}