[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 3 / BRCocoaLumberjack / 2.0.1 / BRCocoaLumberjack.podspec.json
blob16fd5ed5e62f3cf35d5980bbebe2c83cef328bcc
2   "name": "BRCocoaLumberjack",
3   "version": "2.0.1",
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",
8   "authors": {
9     "Matt Magoffin": "matt@bluerocket.us"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/Blue-Rocket/BRCocoaLumberjack.git",
16     "tag": "2.0.1"
17   },
18   "source_files": [
19     "BRCocoaLumberjack/BRCocoaLumberjack.h",
20     "BRCocoaLumberjack/BRCocoaLumberjack/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "prefix_header_contents": "#ifdef __OBJC__\n    #import <BRCocoaLumberjack/BRCocoaLumberjack.h>\n#endif",
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 2.0"
27     ]
28   }