blob: 3f5555f542fa923879680e3cd9c2f7a7ce195bd4 [file] [log] [blame]
{
"name": "ZSProjectBase",
"version": "0.0.5",
"summary": "swift开发中总结的快速创建项目模块",
"description": "用于swift开发中快速创建项目,个人使用,有缘人愿意用请随意",
"homepage": "https://github.com/safiriGitHub/ProjectBase",
"swift_versions": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"safiri": "safiri@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/safiriGitHub/ProjectBase.git",
"tag": "0.0.5"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"resources": "Source/Resource/AppRefresh.bundle",
"dependencies": {
"MJRefresh": [
],
"DZNEmptyDataSet": [
],
"SnapKit": [
]
},
"swift_version": "4.2"
}