[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 7.1.5 / XCGLogger.podspec.json
blob6dd393b5ec0d82da438584076547094c484c7335
2   "name": "XCGLogger",
3   "version": "7.1.5",
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": "12.0",
17     "watchos": "4.0",
18     "tvos": "12.0",
19     "osx": "10.13"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "swift_versions": "5.0",
26   "cocoapods_version": ">= 1.13.0",
27   "source": {
28     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
29     "tag": "7.1.5"
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "dependencies": {
36         "ObjcExceptionBridging": [
38         ]
39       },
40       "source_files": "Sources/XCGLogger/**/*.{swift}",
41       "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}",
42       "resource_bundles": {
43         "XCGLogger": [
44           "Sources/XCGLogger/PrivacyInfo.xcprivacy"
45         ]
46       }
47     },
48     {
49       "name": "UserInfoHelpers",
50       "dependencies": {
51         "XCGLogger/Core": [
53         ]
54       },
55       "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
56     }
57   ],
58   "swift_version": "5.0"