blob: 1cb3ac34e5cbf321fd07ba9b9729a6a19285b2fd [file] [log] [blame]
{
"name": "WSMLogger",
"version": "0.1.1",
"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.1"
},
"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": [
"2.0.0-beta3"
]
}
}