[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / 7 / CD / 0.3.42 / CD.podspec.json
blobe57ce59cb3add9557c5cbbfd5702f0dface1505b
2   "name": "CD",
3   "version": "0.3.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.3.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       }
48     },
49     {
50       "name": "All",
51       "source_files": "CD/CD.swift",
52       "dependencies": {
53         "CD/Extension": [
55         ],
56         "CD/Form": [
58         ],
59         "CD/Chain": [
61         ],
62         "CD/CountDown": [
64         ],
65         "CD/Value": [
67         ],
68         "CD/IconFont": [
70         ],
71         "CD/IBInspectable": [
73         ],
74         "CD/MJRefresh": [
76         ]
77       }
78     },
79     {
80       "name": "Extension",
81       "source_files": [
82         "CD/CD_Extension/*",
83         "CD/CD.swift"
84       ],
85       "dependencies": {
86         "CD/Form": [
88         ]
89       }
90     },
91     {
92       "name": "IBInspectable",
93       "source_files": "CD/CD_IBInspectable/*"
94     },
95     {
96       "name": "Form",
97       "source_files": "CD/CD_Form/*"
98     },
99     {
100       "name": "Chain",
101       "source_files": [
102         "CD/CD_Chain/*",
103         "CD/CD.swift"
104       ]
105     },
106     {
107       "name": "CountDown",
108       "source_files": "CD/CD_CountDown/*",
109       "dependencies": {
110         "CD/Extension": [
112         ]
113       }
114     },
115     {
116       "name": "Value",
117       "source_files": "CD/CD_Value/*"
118     },
119     {
120       "name": "IconFont",
121       "source_files": "CD/CD_IconFont/Classes/*",
122       "resource_bundles": {
123         "IconFont": [
124           "CD/CD_IconFont/Assets/*.{ttf}"
125         ]
126       },
127       "dependencies": {
128         "CD/Extension": [
130         ]
131       }
132     },
133     {
134       "name": "MJRefresh",
135       "source_files": [
136         "CD/CD_MJRefresh/*",
137         "CD/CD.swift"
138       ],
139       "dependencies": {
140         "MJRefresh": [
142         ]
143       }
144     }
145   ]