[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / 3 / 8 / WQBasicModules / 0.3.8 / WQBasicModules.podspec.json
blob6ac884cc706a5f8e027f560b8c40acf7548ae4f7
2   "name": "WQBasicModules",
3   "version": "0.3.8",
4   "summary": "Swift 常用的一些分类以及工具集合",
5   "description": "日常常用的功能集合, 持续优化更新(包含扩展,工具类以及一些基础框架)",
6   "homepage": "https://github.com/wang68543/WQBasicModules",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wang68543": "wang68543@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wang68543/WQBasicModules.git",
16     "tag": "0.3.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0",
25     "5.1",
26     "5.2",
27     "5.3"
28   ],
29   "default_subspecs": "Core",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "dependencies": {
35         "WQBasicModules/Modal": [
37         ],
38         "WQBasicModules/Animation": [
40         ],
41         "WQBasicModules/Extensions": [
43         ],
44         "WQBasicModules/Tool": [
46         ],
47         "WQBasicModules/UI": [
49         ]
50       }
51     },
52     {
53       "name": "AppExtension",
54       "dependencies": {
55         "WQBasicModules/Extensions": [
57         ],
58         "WQBasicModules/Tool": [
60         ]
61       }
62     },
63     {
64       "name": "FunModule",
65       "subspecs": [
66         {
67           "name": "ImagePicker",
68           "source_files": "Sources/FunModule/ImagePicker/*.swift"
69         },
70         {
71           "name": "Localize",
72           "source_files": "Sources/FunModule/Localize/*.swift"
73         }
74       ]
75     },
76     {
77       "name": "Animation",
78       "subspecs": [
79         {
80           "name": "Layer",
81           "source_files": "Sources/Animation/Layer/*.swift"
82         },
83         {
84           "name": "Views",
85           "dependencies": {
86             "WQBasicModules/Animation/Layer": [
88             ]
89           },
90           "source_files": "Sources/Animation/Views/*.swift"
91         },
92         {
93           "name": "Transitioning",
94           "dependencies": {
95             "WQBasicModules/Extensions/Module": [
97             ],
98             "WQBasicModules/UI/Help": [
100             ]
101           },
102           "source_files": "Sources/Animation/Transitioning/*.swift"
103         }
104       ]
105     },
106     {
107       "name": "Modal",
108       "dependencies": {
109         "WQBasicModules/UI/Help": [
111         ],
112         "WQBasicModules/Extensions/Foundation": [
114         ],
115         "WQBasicModules/Extensions/Module": [
117         ]
118       },
119       "source_files": "Sources/Modal/**/*.swift"
120     },
121     {
122       "name": "Extensions",
123       "subspecs": [
124         {
125           "name": "Module",
126           "source_files": "Sources/Extensions/Module/*.swift"
127         },
128         {
129           "name": "CoreGrapics",
130           "source_files": "Sources/Extensions/CoreGrapics/*.swift"
131         },
132         {
133           "name": "UIKit",
134           "dependencies": {
135             "WQBasicModules/Extensions/Module": [
137             ]
138           },
139           "source_files": "Sources/Extensions/UIKit/*.swift"
140         },
141         {
142           "name": "Foundation",
143           "source_files": "Sources/Extensions/Foundation/*.swift"
144         },
145         {
146           "name": "Date",
147           "dependencies": {
148             "WQBasicModules/Extensions/Foundation": [
150             ]
151           },
152           "source_files": "Sources/Extensions/Date/*.swift"
153         },
154         {
155           "name": "String",
156           "source_files": "Sources/Extensions/String/*.{swift,h,m}"
157         }
158       ]
159     },
160     {
161       "name": "Tool",
162       "subspecs": [
163         {
164           "name": "Cache",
165           "source_files": "Sources/Tool/Cache/*.swift"
166         }
167       ]
168     },
169     {
170       "name": "UI",
171       "resources": "Sources/Resources/WQUIBundle.bundle",
172       "subspecs": [
173         {
174           "name": "Custom",
175           "dependencies": {
176             "WQBasicModules/Extensions/Module": [
178             ]
179           },
180           "source_files": "Sources/UI/Custom/*.swift"
181         },
182         {
183           "name": "Function",
184           "source_files": "Sources/UI/Function/*.swift"
185         },
186         {
187           "name": "Help",
188           "dependencies": {
189             "WQBasicModules/Extensions/Module": [
191             ]
192           },
193           "source_files": "Sources/UI/Help/*.swift"
194         },
195         {
196           "name": "FlowLayout",
197           "source_files": "Sources/UI/FlowLayout/*.swift"
198         },
199         {
200           "name": "Gesture",
201           "source_files": "Sources/UI/Gesture/*.swift"
202         }
203       ]
204     }
205   ],
206   "swift_version": "5.3"