blob: 19ebd1f817d479ffd8562f0ea00e5c06afaece8e [file] [log] [blame]
{
"name": "CommandBaseTool",
"version": "0.0.3",
"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.3"
},
"requires_arc": true,
"authors": {
"Guess": "ls19491314@163.com"
},
"platforms": {
"ios": "10.0"
},
"frameworks": "UIKit",
"dependencies": {
"QMUIKit": [
],
"SnapKit": [
]
},
"swift_versions": "5.0",
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": [
"Classes/*.{swift,h,m}",
"Classes/**/*.{swift,h,m}"
]
}
],
"swift_version": "5.0"
}