blob: f8e7d0f6e6644ee6b714f3f2c49eee33cf32af4a [file] [log] [blame]
{
"name": "NCCWL",
"version": "0.2.2",
"summary": "CWL == Crash w/ Logs. When your app crash, zip and send the crash info and your recent logs.",
"description": " This is a glue library. \n\n * It uses [PLCrashReporter](https://code.google.com/p/plcrashreporter/) to generate crash log. \n * It uses [CocoaLumberjack](https://github.com/robbiehanson/CocoaLumberjack) and [NSLogger](https://github.com/fpillet/NSLogger) to log everything to a file and NSLoggerViewer.\n * When a crash occurred, next time you start the app, it'll use [ssziparcive](https://github.com/soffes/ssziparchive) to zip them all and call the block you set with the path of the zip file.\n\n I didn't expose all the properties of log and crash libraries. You can modify them in file ```NCCWL.m``` to fit your need. \n",
"homepage": "https://github.com/nickcheng/NCCWL",
"license": "MIT",
"authors": {
"nickcheng": "n@nickcheng.com"
},
"source": {
"git": "https://github.com/nickcheng/NCCWL.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "NCCWL",
"public_header_files": "NCCWL/*.h",
"dependencies": {
"CocoaLumberjack": [
],
"NSLogger": [
],
"SSZipArchive": [
],
"PLCrashReporter": [
]
}
}