blob: 7356b73365a11bc034c7f6bda20ed3d7f1b6bb52 [file] [log] [blame]
{
"name": "WSMLogger",
"version": "0.1.0",
"summary": "Super simple NSLog replacement that is better for multi-threaded code on iOS.",
"description": " This logger overrides the NSLog function with a macro that uses Cocoalumberjack under the hood.\n It is specifically usefull for debugging multi-threaded code.\n",
"homepage": "https://github.com/wrkstrm/WSMLogger",
"license": "MIT",
"authors": {
"Cristian Monterroza": "cmonterroza@wrkstrm.me"
},
"source": {
"git": "https://github.com/wrkstrm/WSMLogger.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/wrkstrm",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"WSMLogger": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"CocoaLumberjack": [
]
}
}