blob: e3c8e8d593fa1557c40e6c4b9aa1c1f81feff3a4 [file] [log] [blame]
{
"name": "MLMPackage",
"platforms": {
"ios": "8.0"
},
"version": "0.0.1",
"summary": "组件库",
"swift_version": "5.0",
"description": "组件库 by swift",
"homepage": "https://github.com/MengLiMing/MLMPackage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MengLiMing": "920459250@qq.com"
},
"source": {
"git": "https://github.com/MengLiMing/MLMPackage.git",
"tag": "0.0.1"
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Component",
"subspecs": [
{
"name": "MLMSegmentControl",
"source_files": "MLMPackage/Component/MLMSegmentControl/*.swift"
}
]
}
]
}