blob: 416705a3c62ecfde4270c79916ebda7a4f4a70b3 [file] [log] [blame]
{
"name": "CaamDauForm",
"version": "2.1.0",
"summary": "CaamDau 系列产品:流式模型化排版组件.",
"description": "TODO: CaamDau 系列产品:iOS 便捷开发套件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展、UI排班组件Form、正则表达式扩展RegEx、计时器管理Timer、简易提示窗HUD、AppDelegate解耦方案、分页控制Page、自定义导航栏TopBar、阿里矢量图标管理IconFonts、MJRefresh扩展、Alamofire扩展......\n附.各种类库使用示例demo.",
"homepage": "https://github.com/CaamDau",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liucaide": "565726319@qq.com"
},
"source": {
"git": "https://github.com/CaamDau/Form.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Core",
"source_files": "Form/Core/**/*",
"dependencies": {
"CaamDauExtension": [
]
}
},
{
"name": "Rx",
"source_files": "Form/Rx/**/*",
"dependencies": {
"CaamDauForm/Core": [
],
"RxSwift": [
"5.1.1"
],
"RxCocoa": [
"5.1.1"
],
"RxDataSources": [
"4.0.1"
]
}
}
],
"swift_version": "5.1"
}