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",
12 "Dave Wood": "cocoapods@cerebralgardens.com"
14 "social_media_url": "https://mastodon.social/@davewoodx",
22 "pod_target_xcconfig": {
23 "SWIFT_VERSION": "5.0"
25 "swift_versions": "5.0",
26 "cocoapods_version": ">= 1.13.0",
28 "git": "https://github.com/DaveWoodCom/XCGLogger.git",
31 "default_subspecs": "Core",
36 "ObjcExceptionBridging": [
40 "source_files": "Sources/XCGLogger/**/*.{swift}",
41 "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}",
44 "Sources/XCGLogger/PrivacyInfo.xcprivacy"
49 "name": "UserInfoHelpers",
55 "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
58 "swift_version": "5.0"