blob: bcd015bbc8457f1a2be57bd1986f7a0c580bb895 [file] [log] [blame]
{
"name": "CZKit",
"version": "0.0.1",
"summary": "Swift 工具箱",
"description": "TODO: Swift 开发组件:项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展附.各种类库使用示例demo.",
"homepage": "https://github.com/lczalh/CZKit",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"lczalh": "824092805@qq.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0"
],
"source": {
"git": "https://github.com/lczalh/CZKit.git",
"tag": "0.0.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": "CZKit/Core/*.swift"
},
{
"name": "ChainKit",
"source_files": "CZKit/ChainKit/*.swift"
},
{
"name": "ChainKit+SnapKit",
"source_files": "CZKit/ChainKit+SnapKit/*.swift",
"dependencies": {
"CZKit/ChainKit": [
],
"SnapKit": [
]
}
},
{
"name": "Date",
"source_files": "CZKit/Date/*.swift",
"dependencies": {
"CZKit/ChainKit": [
],
"CZKit/Core": [
]
}
}
],
"swift_version": "5.0"
}