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