[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 1.6.5 / CocoaLumberjack.podspec.json
blobba35d461dcc1238ea31a70ed563a08982975b273
2   "name": "CocoaLumberjack",
3   "version": "1.6.5",
4   "license": "BSD",
5   "summary": "A fast & simple, yet powerful & flexible logging framework for Mac and iOS.",
6   "homepage": "https://github.com/CocoaLumberjack/CocoaLumberjack",
7   "authors": {
8     "Robbie Hanson": "robbiehanson@deusty.com"
9   },
10   "source": {
11     "git": "https://github.com/CocoaLumberjack/CocoaLumberjack.git",
12     "tag": "1.6.5"
13   },
14   "description": "It is similar in concept to other popular logging frameworks such as log4j, yet is designed specifically for objective-c, and takes advantage of features such as multi-threading, grand central dispatch (if available), lockless atomic operations, and the dynamic nature of the objective-c runtime.",
15   "requires_arc": true,
16   "preserve_paths": "Lumberjack/**/README*",
17   "public_header_files": "Lumberjack/**/*.h",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Lumberjack/*.{h,m}"
22     },
23     {
24       "name": "Extensions",
25       "dependencies": {
26         "CocoaLumberjack/Core": [
28         ]
29       },
30       "source_files": "Lumberjack/Extensions/*.{h,m}"
31     }
32   ]