[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 7 / d / NCCWL / 0.2.2 / NCCWL.podspec.json
blobf8e7d0f6e6644ee6b714f3f2c49eee33cf32af4a
2   "name": "NCCWL",
3   "version": "0.2.2",
4   "summary": "CWL == Crash w/ Logs. When your app crash, zip and send the crash info and your recent logs.",
5   "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",
6   "homepage": "https://github.com/nickcheng/NCCWL",
7   "license": "MIT",
8   "authors": {
9     "nickcheng": "n@nickcheng.com"
10   },
11   "source": {
12     "git": "https://github.com/nickcheng/NCCWL.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "NCCWL",
20   "public_header_files": "NCCWL/*.h",
21   "dependencies": {
22     "CocoaLumberjack": [
24     ],
25     "NSLogger": [
27     ],
28     "SSZipArchive": [
30     ],
31     "PLCrashReporter": [
33     ]
34   }