blob: 593ea6f2a544eb8b92ccb8ee858dbde06976c4e5 [file] [log] [blame]
{
"name": "TenLog",
"authors": {
"mitch10e": "mitch10e@gmail.com"
},
"version": "1.0.0",
"license": "MIT",
"summary": "Easy to read logging",
"description": "A nice lightweight extension to make logging simple and easy to read. // Swift 3",
"homepage": "https://gitlab.com/mitch10e/tenlog",
"source": {
"git": "https://github.com/mitch10e/TenLog.git",
"tag": "1.0.0"
},
"source_files": [
"Source/Classes/**/*"
],
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"frameworks": "Foundation"
}