blob: 16fd5ed5e62f3cf35d5980bbebe2c83cef328bcc [file] [log] [blame]
{
"name": "BRCocoaLumberjack",
"version": "2.0.1",
"summary": "Easy CocoaLumberjack for iOS.",
"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.",
"homepage": "https://github.com/Blue-Rocket/BRCocoaLumberjack",
"license": "Apache License, Version 2.0",
"authors": {
"Matt Magoffin": "matt@bluerocket.us"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRCocoaLumberjack.git",
"tag": "2.0.1"
},
"source_files": [
"BRCocoaLumberjack/BRCocoaLumberjack.h",
"BRCocoaLumberjack/BRCocoaLumberjack/*.{h,m}"
],
"requires_arc": true,
"prefix_header_contents": "#ifdef __OBJC__\n #import <BRCocoaLumberjack/BRCocoaLumberjack.h>\n#endif",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0"
]
}
}