blob: 2396d0dfe974da3864b857c9aba7b36130849055 [file] [log] [blame]
{
"name": "BLoger",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BLoger/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CocoaLumberjack/Swift": [
],
"SnapKit": [
]
}
}