blob: f89ae66de043b584a73f13edb5340eac08132474 [file] [log] [blame]
{
"name": "UILayoutSugar",
"version": "1.0.0",
"summary": "快速创建约束的语法糖",
"description": "快速创建约束的语法糖",
"homepage": "https://github.com/ChaselAn/UILayoutSugar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChaselAn": "865770853@qq.com"
},
"source": {
"git": "https://github.com/ChaselAn/UILayoutSugar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LayoutSugar/LayoutSugar/Classes/*.swift",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}