[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.4.2 / CocoaLumberjack.podspec.json
blob499f52ddfee46c1df831251904c21820fa459cbd
2   "name": "CocoaLumberjack",
3   "version": "3.4.2",
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": "3.4.2"
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": "6.0",
23     "osx": "10.8",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "default_subspecs": [
28     "Default",
29     "Extensions"
30   ],
31   "subspecs": [
32     {
33       "name": "Default",
34       "source_files": [
35         "Classes/CocoaLumberjack.h",
36         "Classes/DD*.{h,m}"
37       ],
38       "public_header_files": [
39         "Classes/CocoaLumberjack.h",
40         "Classes/DD*.h"
41       ]
42     },
43     {
44       "name": "Core",
45       "source_files": "Classes/DD*.{h,m}",
46       "public_header_files": "Classes/DD*.h"
47     },
48     {
49       "name": "Extensions",
50       "dependencies": {
51         "CocoaLumberjack/Default": [
53         ]
54       },
55       "source_files": "Classes/Extensions/*.{h,m}",
56       "public_header_files": "Classes/Extensions/*.h"
57     },
58     {
59       "name": "CLI",
60       "platforms": {
61         "osx": "10.8"
62       },
63       "osx": {
64         "dependencies": {
65           "CocoaLumberjack/Default": [
67           ]
68         },
69         "source_files": "Classes/CLI/*.{h,m}",
70         "public_header_files": "Classes/CLI/*.h"
71       }
72     },
73     {
74       "name": "Swift",
75       "platforms": {
76         "ios": "8.0",
77         "osx": "10.10",
78         "watchos": "2.0",
79         "tvos": "9.0"
80       },
81       "dependencies": {
82         "CocoaLumberjack/Default": [
84         ]
85       },
86       "source_files": "Classes/CocoaLumberjack.swift"
87     }
88   ]