[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / d / 7 / CaamDauForm / 2.1.0 / CaamDauForm.podspec.json
blob416705a3c62ecfde4270c79916ebda7a4f4a70b3
2   "name": "CaamDauForm",
3   "version": "2.1.0",
4   "summary": "CaamDau 系列产品:流式模型化排版组件.",
5   "description": "TODO: CaamDau 系列产品:iOS 便捷开发套件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展、UI排班组件Form、正则表达式扩展RegEx、计时器管理Timer、简易提示窗HUD、AppDelegate解耦方案、分页控制Page、自定义导航栏TopBar、阿里矢量图标管理IconFonts、MJRefresh扩展、Alamofire扩展......\n附.各种类库使用示例demo.",
6   "homepage": "https://github.com/CaamDau",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CaamDau/Form.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0",
25     "5.1"
26   ],
27   "default_subspecs": "Core",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Form/Core/**/*",
36       "dependencies": {
37         "CaamDauExtension": [
39         ]
40       }
41     },
42     {
43       "name": "Rx",
44       "source_files": "Form/Rx/**/*",
45       "dependencies": {
46         "CaamDauForm/Core": [
48         ],
49         "RxSwift": [
50           "5.1.1"
51         ],
52         "RxCocoa": [
53           "5.1.1"
54         ],
55         "RxDataSources": [
56           "4.0.1"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.1"