blob: e57ce59cb3add9557c5cbbfd5702f0dface1505b [file] [log] [blame]
{
"name": "CD",
"version": "0.3.42",
"summary": "A iOS development toolbox (iOS 开发工具箱(模块插件) Swift 版).",
"description": "TODO: iOS 模块插件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能插件,可快速集成使用以大幅减少基础工作量;附.各种类库使用示例demo.",
"homepage": "https://github.com/liucaide/CD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liucaide": "565726319@qq.com"
},
"source": {
"git": "https://github.com/liucaide/CD.git",
"tag": "0.3.42"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": "CD/CD.swift",
"dependencies": {
"CD/Extension": [
],
"CD/Form": [
],
"CD/Chain": [
],
"CD/CountDown": [
],
"CD/Value": [
]
}
},
{
"name": "All",
"source_files": "CD/CD.swift",
"dependencies": {
"CD/Extension": [
],
"CD/Form": [
],
"CD/Chain": [
],
"CD/CountDown": [
],
"CD/Value": [
],
"CD/IconFont": [
],
"CD/IBInspectable": [
],
"CD/MJRefresh": [
]
}
},
{
"name": "Extension",
"source_files": [
"CD/CD_Extension/*",
"CD/CD.swift"
],
"dependencies": {
"CD/Form": [
]
}
},
{
"name": "IBInspectable",
"source_files": "CD/CD_IBInspectable/*"
},
{
"name": "Form",
"source_files": "CD/CD_Form/*"
},
{
"name": "Chain",
"source_files": [
"CD/CD_Chain/*",
"CD/CD.swift"
]
},
{
"name": "CountDown",
"source_files": "CD/CD_CountDown/*",
"dependencies": {
"CD/Extension": [
]
}
},
{
"name": "Value",
"source_files": "CD/CD_Value/*"
},
{
"name": "IconFont",
"source_files": "CD/CD_IconFont/Classes/*",
"resource_bundles": {
"IconFont": [
"CD/CD_IconFont/Assets/*.{ttf}"
]
},
"dependencies": {
"CD/Extension": [
]
}
},
{
"name": "MJRefresh",
"source_files": [
"CD/CD_MJRefresh/*",
"CD/CD.swift"
],
"dependencies": {
"MJRefresh": [
]
}
}
]
}