[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / 8 / CocoaLumberjack / 3.6.1 / CocoaLumberjack.podspec.json
blob75c79ae1ddcde69f578bf09c0cb70dda34108ba6
2   "name": "CocoaLumberjack",
3   "version": "3.6.1",
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.6.1"
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": "README.md",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "3.0",
21     "tvos": "9.0"
22   },
23   "swift_versions": "5.0",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/CocoaLumberjack/**/*.{h,m}",
29       "private_header_files": "Sources/CocoaLumberjack/DD*Internal.{h}"
30     },
31     {
32       "name": "Swift",
33       "dependencies": {
34         "CocoaLumberjack/Core": [
36         ]
37       },
38       "source_files": [
39         "Sources/CocoaLumberjackSwift/*.swift",
40         "Sources/CocoaLumberjackSwiftSupport/include/*.{h}"
41       ]
42     }
43   ],
44   "swift_version": "5.0"