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\ninto your own project with log levels configurable per Cocoa class, similar to what\nthe venerable [log4j](http://logging.apache.org/) provides in Java.",
6 "homepage": "https://github.com/Blue-Rocket/BRCocoaLumberjack",
7 "license": "Apache License, Version 2.0",
9 "Matt Magoffin": "matt@bluerocket.us"
15 "git": "https://github.com/Blue-Rocket/BRCocoaLumberjack.git",
19 "BRCocoaLumberjack/BRCocoaLumberjack.h",
20 "BRCocoaLumberjack/BRCocoaLumberjack/*.{h,m}"
23 "prefix_header_contents": "#ifdef __OBJC__\n #import <BRCocoaLumberjack/BRCocoaLumberjack.h>\n#endif",