[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 2.3.0 / CocoaLumberjack.podspec.json
blob9ee54b7fc870df5575048a6e6416b1e0e6693cf8
2   "name": "CocoaLumberjack",
3   "version": "2.3.0",
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": "2.3.0"
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": [
17     "README.md",
18     "Classes/CocoaLumberjack.swift",
19     "Framework/Lumberjack/CocoaLumberjack.modulemap"
20   ],
21   "platforms": {
22     "ios": "5.0",
23     "osx": "10.7",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "public_header_files": "Classes/*.h",
28   "module_map": "Framework/Lumberjack/CocoaLumberjack.modulemap",
29   "default_subspecs": [
30     "Default",
31     "Extensions"
32   ],
33   "subspecs": [
34     {
35       "name": "Default",
36       "source_files": "Classes/CocoaLumberjack.{h,m}",
37       "dependencies": {
38         "CocoaLumberjack/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Core",
45       "source_files": "Classes/DD*.{h,m}"
46     },
47     {
48       "name": "Extensions",
49       "source_files": "Classes/Extensions/*.{h,m}",
50       "dependencies": {
51         "CocoaLumberjack/Default": [
53         ]
54       }
55     },
56     {
57       "name": "CLI",
58       "platforms": {
59         "osx": "10.7"
60       },
61       "source_files": "Classes/CLI/*.{h,m}",
62       "dependencies": {
63         "CocoaLumberjack/Default": [
65         ]
66       }
67     },
68     {
69       "name": "Swift",
70       "platforms": {
71         "ios": "8.0",
72         "osx": "10.10",
73         "watchos": "2.0",
74         "tvos": "9.0"
75       },
76       "source_files": "Classes/CocoaLumberjack.swift",
77       "dependencies": {
78         "CocoaLumberjack/Extensions": [
80         ]
81       }
82     }
83   ]