blob: c6b379831bb3dc2aaf94c34471c6d617b6a3951b [file] [log] [blame]
{
"name": "WSMLogger",
"version": "0.0.2",
"summary": "Super simple NSLog replacement that is better for multi-threaded code.",
"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.0.2"
},
"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": [
]
}
}