blob: 6f57d625762b41036e9c0ccafee12c95590664b0 [file] [log] [blame]
{
"name": "DSLog",
"version": "1.0.0",
"summary": "DSLog is a log system",
"description": "DSLog is a log system from Desay",
"homepage": "https://github.com/orchan/DSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ORCHAN": "1018563248@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/orchan/DSLog.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"CocoaLumberjack/Swift": [
"~> 3.3"
]
},
"swift_version": "4.0",
"vendored_frameworks": "*.framework"
}