| { |
| "name": "XCGLoggerTemp", |
| "module_name": "XCGLogger", |
| "version": "5.0.5", |
| "summary": "A debug log module for use in Swift projects.", |
| "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.", |
| "homepage": "https://github.com/CodeSilence/XCGLogger", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Devin": "cnzjackmail@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0", |
| "tvos": "9.0", |
| "osx": "10.10" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/CodeSilence/XCGLogger.git", |
| "tag": "5.0.5" |
| }, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "3.1", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "dependencies": { |
| "ObjcExceptionBridging": [ |
| |
| ] |
| }, |
| "source_files": "Sources/XCGLogger/**/*.{swift}", |
| "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}" |
| }, |
| { |
| "name": "UserInfoHelpers", |
| "dependencies": { |
| "XCGLoggerTemp/Core": [ |
| |
| ] |
| }, |
| "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift" |
| } |
| ] |
| } |