[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 9 / c / XCGLoggerTemp / 5.0.5 / XCGLoggerTemp.podspec.json
blobcd433dde0303e002760e4380df97545e94f0a8d9
2   "name": "XCGLoggerTemp",
3   "module_name": "XCGLogger",
4   "version": "5.0.5",
5   "summary": "A debug log module for use in Swift projects.",
6   "description": "Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.",
7   "homepage": "https://github.com/CodeSilence/XCGLogger",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Devin": "cnzjackmail@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/CodeSilence/XCGLogger.git",
24     "tag": "5.0.5"
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.1",
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "ObjcExceptionBridging": [
34         ]
35       },
36       "source_files": "Sources/XCGLogger/**/*.{swift}",
37       "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}"
38     },
39     {
40       "name": "UserInfoHelpers",
41       "dependencies": {
42         "XCGLoggerTemp/Core": [
44         ]
45       },
46       "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
47     }
48   ]