blob: d6ce2b015a2c13c5bf9b6a19ffac0b225834d841 [file] [log] [blame]
{
"name": "GZCList",
"version": "0.1.0",
"summary": "Swift编写的快速创建TableView和CollectionView的框架",
"description": "使用Swift编写的快速创建ListView和CollectionView的框架,灵感来自于Eureka",
"homepage": "https://gitlab.com/guozhongcheng/GZCList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guo ZhongCheng": "gzhongcheng@qq.com"
},
"source": {
"git": "https://gitlab.com/guozhongcheng/GZCList.git",
"tag": "0.1.0"
},
"swift_versions": "5.3",
"platforms": {
"ios": "9.0"
},
"source_files": "GZCList/Classes/**/*",
"dependencies": {
"SnapKit": [
],
"Kingfisher": [
]
},
"swift_version": "5.3"
}