blob: 0746816ce2396bfb75ed02c37581ef75a2e9183e [file] [log] [blame]
{
"name": "BLoger",
"version": "2.0.0",
"summary": "A Loger Demo of CocoaLumberjack/Swift",
"swift_versions": "4.0",
"description": "A Loger Demo of CocoaLumberjack Swift.",
"homepage": "https://github.com/iosBob/BLoger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linbo": "ok@linbok.com"
},
"source": {
"git": "https://github.com/iosBob/BLoger.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BLoger/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CocoaLumberjack/Swift": [
],
"SnapKit": [
]
},
"swift_version": "4.0"
}