{ | |
"name": "LSSLogger", | |
"version": "1.0.1", | |
"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.1" | |
}, | |
"source_files": "LSSLogger/*.{h,m,swift}" | |
} |