blob: e7b6f6e18f521c166d356598908a514b1fc67e83 [file] [log] [blame]
{
"name": "SALogger",
"version": "1.0.1",
"summary": "A log library.",
"swift_versions": "4.0",
"description": "A log library for use in Swift projects that will allow to log details to the console with additional information, such as the date, function name, filename and line number.",
"homepage": "https://github.com/CrazyPro007/Logger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shivank Agarwal": "shivank02agarwal@gmail.com"
},
"source": {
"git": "https://github.com/CrazyPro007/Logger.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Logger/Logger/Logger.swift"
}