blob: 61ad3e23db1cebc19c4c79acfa7e8379f297204c [file] [log] [blame]
{
"name": "XCGLogger",
"version": "6.1.0",
"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/DaveWoodCom/XCGLogger",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Dave Wood": "cocoapods@cerebralgardens.com"
},
"social_media_url": "http://twitter.com/DaveWoodX",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source": {
"git": "https://github.com/DaveWoodCom/XCGLogger.git",
"tag": "6.1.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"ObjcExceptionBridging": [
]
},
"source_files": "Sources/XCGLogger/**/*.{swift}",
"exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}",
"resources": ".swift-version"
},
{
"name": "UserInfoHelpers",
"dependencies": {
"XCGLogger/Core": [
]
},
"source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
}
]
}