[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / 7 / CD / 0.4.42 / CD.podspec.json
blob80b50e11b57b8fac10dec5abd0172aacb4c9f1ac
2   "name": "CD",
3   "version": "0.4.42",
4   "summary": "A iOS development toolbox (iOS 开发工具箱(模块插件) Swift 版).",
5   "description": "TODO: iOS 模块插件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能插件,可快速集成使用以大幅减少基础工作量;附.各种类库使用示例demo.",
6   "homepage": "https://github.com/liucaide/CD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liucaide/CD.git",
16     "tag": "0.4.42"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "Core",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "CD/CD.swift",
31       "dependencies": {
32         "CD/Extension": [
34         ],
35         "CD/Form": [
37         ],
38         "CD/Chain": [
40         ],
41         "CD/CountDown": [
43         ],
44         "CD/Value": [
46         ],
47         "CD/RegEx": [
49         ]
50       }
51     },
52     {
53       "name": "All",
54       "dependencies": {
55         "CD/Core": [
57         ],
58         "CD/IconFont": [
60         ],
61         "CD/IBInspectable": [
63         ],
64         "CD/MJRefresh": [
66         ]
67       }
68     },
69     {
70       "name": "Extension",
71       "source_files": [
72         "CD/CD_Extension/*.{swift}",
73         "CD/CD.swift"
74       ],
75       "dependencies": {
76         "CD/Form": [
78         ]
79       }
80     },
81     {
82       "name": "IBInspectable",
83       "source_files": "CD/CD_IBInspectable/*.{swift}"
84     },
85     {
86       "name": "Form",
87       "source_files": "CD/CD_Form/*.{swift}"
88     },
89     {
90       "name": "Chain",
91       "source_files": [
92         "CD/CD_Chain/*.{swift}",
93         "CD/CD.swift"
94       ]
95     },
96     {
97       "name": "CountDown",
98       "source_files": "CD/CD_CountDown/*.{swift}",
99       "dependencies": {
100         "CD/Extension": [
102         ]
103       }
104     },
105     {
106       "name": "Value",
107       "source_files": "CD/CD_Value/*.{swift}"
108     },
109     {
110       "name": "RegEx",
111       "source_files": [
112         "CD/CD_RegEx/*.{swift}",
113         "CD/CD.swift"
114       ],
115       "dependencies": {
116         "CD/Extension": [
118         ],
119         "CD/Value": [
121         ]
122       }
123     },
124     {
125       "name": "IconFont",
126       "source_files": "CD/CD_IconFont/Classes/*.{swift}",
127       "resource_bundles": {
128         "IconFont": [
129           "CD/CD_IconFont/Assets/*.{ttf}"
130         ]
131       },
132       "dependencies": {
133         "CD/Extension": [
135         ]
136       }
137     },
138     {
139       "name": "MJRefresh",
140       "source_files": [
141         "CD/CD_MJRefresh/*.{swift}",
142         "CD/CD.swift"
143       ],
144       "dependencies": {
145         "MJRefresh": [
147         ]
148       }
149     }
150   ]