blob: b5706d67a1c2be411963437d02515e7316379dd9 [file] [log] [blame]
{
"name": "SWLogger",
"version": "0.2.0",
"summary": "A simple, functional Swift Logger",
"platforms": {
"ios": "9.0"
},
"description": "This cocoapod facilitates some common things required in modern logging frameworks.",
"homepage": "http://github.com/parrotbait/SWLogger",
"source": {
"git": "https://github.com/parrotbait/SWLogger.git",
"tag": "0.2.0"
},
"source_files": [
"SWLogger/*.{swift}",
"SWLogger/Handlers/*.{swift}"
],
"license": "MIT",
"authors": {
"Eddie Long": "parrotbait@gmail.com"
}
}