blob: 439457d11300d9b357ff4f8d93f4c175b3c7818a [file] [log] [blame]
{
"name": "PrettyLogger",
"version": "1.1.0",
"summary": "A pretty set of log functions to print message in console using levels and emojis to improve visibility 💪",
"description": "A pretty set of log functions to print message in console using levels (Debug, Info, Trace, Warning & Error) and emojis to improve visibility 💪",
"homepage": "https://github.com/sebastianvarela/PrettyLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sebastián Varela": "sebastian.varela@s3ba.net"
},
"social_media_url": "http://twitter.com/skirmish84",
"platforms": {
"ios": "10.0",
"tvos": "10.1"
},
"source": {
"git": "https://github.com/sebastianvarela/PrettyLogger.git",
"tag": "v1.1.0"
},
"source_files": [
"Source",
"Source/**/*.{swift}"
],
"frameworks": "UIKit"
}