2 "name": "XCGLoggerTemp",
3 "module_name": "XCGLogger",
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",
13 "Devin": "cnzjackmail@gmail.com"
23 "git": "https://github.com/CodeSilence/XCGLogger.git",
26 "default_subspecs": "Core",
27 "pushed_with_swift_version": "3.1",
32 "ObjcExceptionBridging": [
36 "source_files": "Sources/XCGLogger/**/*.{swift}",
37 "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}"
40 "name": "UserInfoHelpers",
42 "XCGLoggerTemp/Core": [
46 "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"