blob: c53d3d14543b0e54e1b9e07d0d8e1e261872358b [file] [log] [blame]
{
"name": "CommandBaseTool",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "通用Base模版",
"homepage": "https://github.com/ls19491314/CommandBaseController.git",
"source": {
"git": "https://github.com/ls19491314/CommandBaseController.git",
"tag": "0.0.1"
},
"requires_arc": true,
"authors": {
"Guess": "ls19491314@163.com"
},
"platforms": {
"ios": "10.0"
},
"frameworks": "UIKit",
"dependencies": {
"QMUIKit": [
],
"SnapKit": [
]
},
"swift_versions": "4.0",
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": "Classes/*.{swift,h,m}"
}
],
"swift_version": "4.0"
}