2 "name": "BRCocoaLumberjack",
4 "summary": "Easy CocoaLumberjack for iOS.",
5 "description": " This project provides a way to integrate the\n [CocoaLumberjack](https://github.com/robbiehanson/CocoaLumberjack) project easily\n into your own project with log levels configurable per Cocoa class, similar to what\n the venerable [log4j](http://logging.apache.org/) provides in Java.\n",
6 "homepage": "https://github.com/Blue-Rocket/BRCocoaLumberjack",
7 "license": "Apache License, Version 2.0",
9 "Matt Magoffin": "git+matt@msqr.us"
15 "git": "https://github.com/Blue-Rocket/BRCocoaLumberjack.git",
19 "BRCocoaLumberjack/BRCocoaLumberjackPod/BRCocoaLumberjack.h",
20 "BRCocoaLumberjack/BRCocoaLumberjack/*.{h,m}"
23 "prefix_header_contents": "#ifdef __OBJC__\n #import <BRCocoaLumberjack/BRCocoaLumberjack.h>\n#endif\n",