[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / 7 / CD / 0.2.4.2 / CD.podspec.json
blobcda1c40e4f7bdff37dff223148f636a39ef6e276
2   "name": "CD",
3   "version": "0.2.4.2",
4   "summary": "A iOS development toolbox (iOS 开发工具箱).",
5   "description": "TODO: Add long description of the pod here.",
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   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": "CD",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "CD",
29       "source_files": "CD/CD.swift",
30       "dependencies": {
31         "CD/Extension": [
33         ],
34         "CD/Form": [
36         ],
37         "CD/Chain": [
39         ],
40         "CD/CountDown": [
42         ],
43         "CD/Value": [
45         ]
46       }
47     },
48     {
49       "name": "All",
50       "source_files": "CD/CD.swift",
51       "dependencies": {
52         "CD/Extension": [
54         ],
55         "CD/Form": [
57         ],
58         "CD/Chain": [
60         ],
61         "CD/CountDown": [
63         ],
64         "CD/Value": [
66         ],
67         "CD/IconFont": [
69         ],
70         "CD/IBInspectable": [
72         ],
73         "CD/MJRefresh": [
75         ]
76       }
77     },
78     {
79       "name": "Extension",
80       "source_files": [
81         "CD/CD_Extension/*",
82         "CD/CD.swift"
83       ],
84       "dependencies": {
85         "CD/Form": [
87         ]
88       }
89     },
90     {
91       "name": "IBInspectable",
92       "source_files": "CD/CD_IBInspectable/*"
93     },
94     {
95       "name": "Form",
96       "source_files": "CD/CD_Form/*"
97     },
98     {
99       "name": "Chain",
100       "source_files": [
101         "CD/CD_Chain/*",
102         "CD/CD.swift"
103       ]
104     },
105     {
106       "name": "CountDown",
107       "source_files": "CD/CD_CountDown/*",
108       "dependencies": {
109         "CD/Extension": [
111         ]
112       }
113     },
114     {
115       "name": "Value",
116       "source_files": "CD/CD_Value/*"
117     },
118     {
119       "name": "IconFont",
120       "source_files": "CD/CD_IconFont/Classes/*",
121       "resource_bundles": {
122         "IconFont": [
123           "CD/CD_IconFont/Assets/*.{ttf}"
124         ]
125       },
126       "dependencies": {
127         "CD/Extension": [
129         ]
130       }
131     },
132     {
133       "name": "MJRefresh",
134       "source_files": [
135         "CD/CD_MJRefresh/*",
136         "CD/CD.swift"
137       ],
138       "dependencies": {
139         "MJRefresh": [
141         ]
142       }
143     }
144   ]