[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 1 / 3 / BRCocoaLumberjack / 1.9.0 / BRCocoaLumberjack.podspec.json
blob7f349dacf7d894f7e0e5c7a3c51b6c8f3ba92c9c
2   "name": "BRCocoaLumberjack",
3   "version": "1.9.0",
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",
8   "authors": {
9     "Matt Magoffin": "git+matt@msqr.us"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/Blue-Rocket/BRCocoaLumberjack.git",
16     "tag": "1.9.0"
17   },
18   "source_files": [
19     "BRCocoaLumberjack/BRCocoaLumberjackPod/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\n",
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 1.9"
27     ]
28   }