blob: a06302e71e8f1c82485c2b2cb1ed67b2c861f5cc [file] [log] [blame]
{
"name": "CaamDau",
"version": "0.9.42",
"summary": "A iOS development toolbox (iOS 开发工具箱(模块组件) Swift 版).",
"description": "TODO: iOS 开发组件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展、UI排班组件Form、正则表达式扩展RegEx、计时器管理Timer、简易提示窗HUD、AppDelegate解耦方案、分页控制Page、自定义导航栏TopBar、阿里矢量图标管理IconFonts、MJRefresh扩展、Alamofire扩展......\n附.各种类库使用示例demo.",
"homepage": "https://github.com/liucaide/CaamDau",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liucaide": "565726319@qq.com"
},
"source": {
"git": "https://github.com/liucaide/CaamDau.git",
"tag": "0.9.42"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"default_subspecs": "All",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Then": [
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CaamDau/Extension": [
],
"CaamDau/Form": [
],
"CaamDau/RegEx": [
],
"CaamDau/Timer": [
],
"CaamDau/Value": [
],
"CaamDau/AppDelegate": [
]
}
},
{
"name": "Module",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/Timer": [
],
"CaamDau/Value": [
],
"CaamDau/InputBox": [
],
"CaamDau/IconFont": [
],
"CaamDau/Page": [
],
"CaamDau/TopBar": [
],
"CaamDau/AppDelegate": [
],
"CaamDau/MVVM": [
],
"CaamDau/HUD": [
]
}
},
{
"name": "All",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/Module": [
],
"CaamDau/FDFullscreenPopGesture": [
],
"CaamDau/MJRefresh": [
],
"CaamDau/Net/All": [
]
}
},
{
"name": "Extension",
"source_files": [
"CaamDau/Core/*.swift",
"CaamDau/Extension/*.swift",
"CaamDau/IBInspectable/*.{swift}"
]
},
{
"name": "Form",
"source_files": "CaamDau/Form/*.{swift}"
},
{
"name": "RegEx",
"source_files": "CaamDau/RegEx/*.{swift}",
"dependencies": {
"CaamDau/Extension": [
],
"CaamDau/Value": [
]
}
},
{
"name": "Timer",
"source_files": "CaamDau/Timer/*.{swift}",
"dependencies": {
"CaamDau/Extension": [
]
}
},
{
"name": "Value",
"source_files": "CaamDau/Value/*.{swift}"
},
{
"name": "AppDelegate",
"source_files": "CaamDau/AppDelegate/*.{swift}"
},
{
"name": "IconFont",
"source_files": "CaamDau/IconFont/Classes/*.{swift}",
"resource_bundles": {
"IconFont": [
"CaamDau/IconFont/Assets/*.{ttf}"
]
},
"dependencies": {
"CaamDau/Extension": [
]
}
},
{
"name": "TopBar",
"source_files": "CaamDau/TopBar/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/Value": [
],
"CaamDau/IconFont": [
],
"CaamDau/FDFullscreenPopGesture": [
],
"SnapKit": [
"~> 4.2.0"
]
}
},
{
"name": "Page",
"source_files": "CaamDau/Page/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/FDFullscreenPopGesture": [
],
"SnapKit": [
"~> 4.2.0"
]
}
},
{
"name": "InputBox",
"source_files": "CaamDau/InputBox/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"SnapKit": [
"4.2.0"
]
}
},
{
"name": "HUD",
"source_files": "CaamDau/HUD/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/Timer": [
],
"CaamDau/IconFont": [
],
"SnapKit": [
"4.2.0"
]
}
},
{
"name": "MVVM",
"source_files": "CaamDau/MVVM/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/TopBar": [
],
"CaamDau/MJRefresh": [
],
"SnapKit": [
"~> 4.2.0"
]
}
},
{
"name": "MJRefresh",
"source_files": "CaamDau/MJRefresh/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"MJRefresh": [
"3.1.15.7"
]
}
},
{
"name": "FDFullscreenPopGesture",
"source_files": "CaamDau/FDFullscreenPopGesture/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"FDFullscreenPopGesture": [
"1.1"
]
}
},
{
"name": "Net",
"subspecs": [
{
"name": "Core",
"source_files": "CaamDau/NetWork/Core/*",
"dependencies": {
"Alamofire": [
"4.8.2"
]
}
},
{
"name": "All",
"dependencies": {
"CaamDau/Net/Core": [
],
"CaamDau/Net/SwiftyJSON": [
],
"CaamDau/Net/Cache": [
],
"CaamDau/Net/Codable": [
]
}
},
{
"name": "SwiftyJSON",
"source_files": "CaamDau/NetWork/SwiftyJSON/*.{swift}",
"dependencies": {
"CaamDau/Net/Core": [
],
"SwiftyJSON": [
"4.3.0"
]
}
},
{
"name": "Cache",
"source_files": "CaamDau/NetWork/Cache/*.{swift}",
"dependencies": {
"CaamDau/Core": [
],
"CaamDau/Net/Core": [
],
"Cache": [
"5.2.0"
]
}
},
{
"name": "Codable",
"source_files": "CaamDau/NetWork/Codable/*.{swift}",
"dependencies": {
"CaamDau/Net/Core": [
],
"CleanJSON": [
]
}
}
]
}
]
}