[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 7.1.1 / XCGLogger.podspec.json
blob77ef90daec5c8b938126774745874ce335bc72fa
2   "name": "XCGLogger",
3   "version": "7.1.1",
4   "summary": "A debug log module for use in Swift projects.",
5   "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.",
6   "homepage": "https://github.com/DaveWoodCom/XCGLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dave Wood": "cocoapods@cerebralgardens.com"
13   },
14   "social_media_url": "https://mastodon.social/@davewoodx",
15   "platforms": {
16     "ios": "15.0",
17     "watchos": "9.0",
18     "tvos": "15.0",
19     "osx": "13.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "swift_versions": "5.0",
26   "source": {
27     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
28     "tag": "7.1.1"
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "dependencies": {
35         "ObjcExceptionBridging": [
37         ]
38       },
39       "source_files": "Sources/XCGLogger/**/*.{swift}",
40       "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}",
41       "resources": [
42         ".swift-version",
43         "Sources/XCGLogger/PrivacyInfo.xcprivacy"
44       ]
45     },
46     {
47       "name": "UserInfoHelpers",
48       "dependencies": {
49         "XCGLogger/Core": [
51         ]
52       },
53       "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
54     }
55   ],
56   "swift_version": "5.0"