blob: a8ce087519c149c62a8f9172c03975d4fe8311df [file] [log] [blame]
{
"name": "LinearView",
"version": "1.0.0",
"summary": "基于UIStackView构建的线性布局视图 使用链式封装快速构建垂直或水平排版的视图",
"homepage": "https://github.com/lixiang1994/LinearView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LEE": "18611401994@163.com"
},
"source": {
"git": "https://github.com/lixiang1994/LinearView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_versions": [
"5.0"
],
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/*.swift"
],
"swift_version": "5.0"
}