blob: 3249cff07ff676e21018e1e5c686caeb09675a46 [file] [log] [blame]
{
"name": "LSSLogger",
"version": "2.0.0",
"summary": "A Lightweight and simple Swifty Logger.",
"description": "It can log to the console, the file, or both.",
"homepage": "https://github.com/y-okudera/LSSLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YukiOkudera": "appledev.yuoku@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/y-okudera/LSSLogger.git",
"tag": "2.0.0"
},
"source_files": "LSSLogger/**/*.{h,m,swift}"
}