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