blob: e8a234863263c687e64e25ebc3a82e85ed232c50 [file] [log] [blame]
{
"name": "XCGLogger",
"version": "3.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 println, 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",
"osx": "10.9"
},
"source": {
"git": "https://github.com/DaveWoodCom/XCGLogger.git",
"tag": "Version_3.0"
},
"source_files": "XCGLogger/Library/XCGLogger/XCGLogger.swift",
"frameworks": "Foundation",
"requires_arc": true
}