blob: 0e7a891d1ce71d10af39c88cdba9bd1b810f1486 [file] [log] [blame]
{
"name": "ColorLog",
"version": "0.1.1",
"summary": "Simple logging for Swift applications with colorful logs for visibility.",
"description": "All logs have associated colors, so that when a TEST log or ann ERROR log is printed, it is easily recognizable and filterable",
"homepage": "https://github.com/tanhakabir/ColorLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tanhakabir": "tanhakabir.ca@gmail.com"
},
"source": {
"git": "https://github.com/tanhakabir/ColorLog.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.0",
"source_files": "ColorLog/Classes/**/*"
}