blob: e26136a6a8845f5a502b4dbd6845ab4857419cf6 [file] [log] [blame]
{
"name": "XcodeLogger",
"version": "1.0.0",
"summary": "Simple, fast, colorful, flexible and customizable NSLog replacement.",
"description": " Xcode Logger is a fast (up to *35x times faster than NSLog), simple to use, flexible library which \n provides colorful and scheme-based NSLog replacements using the Xcode Colors plugin for Xcode IDE which \n works great in multi-threaded environments.\n\n *based on tests comparing NSLog vs XLog's No Header level, average operation time after 5 runs with \n 5000 iterations per run on a MacBook Pro Retina. \n",
"homepage": "https://github.com/codeFi/XcodeLogger",
"screenshots": [
"http://i58.tinypic.com/6700f4.png",
"http://i58.tinypic.com/jsh9vm.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Razvan Tanase": "razvan@codebringers.com"
},
"social_media_url": "http://twitter.com/razvan_tanase",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/codeFi/XcodeLogger.git",
"tag": "1.0.0"
},
"source_files": "XcodeLogger/**/*.{h,m}"
}