[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 3 / 8 / WQBasicModules / 0.3.4 / WQBasicModules.podspec.json
blobd318b2bc771437e968a01e96553a6ef4b665040f
2   "name": "WQBasicModules",
3   "version": "0.3.4",
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.4"
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/Animation": [
37         ],
38         "WQBasicModules/Extensions": [
40         ],
41         "WQBasicModules/Tool": [
43         ],
44         "WQBasicModules/UI": [
46         ]
47       }
48     },
49     {
50       "name": "AppExtension",
51       "dependencies": {
52         "WQBasicModules/Extensions": [
54         ],
55         "WQBasicModules/Tool": [
57         ]
58       }
59     },
60     {
61       "name": "FunModule",
62       "subspecs": [
63         {
64           "name": "ImagePicker",
65           "source_files": "Sources/FunModule/ImagePicker/*.swift"
66         }
67       ]
68     },
69     {
70       "name": "Animation",
71       "subspecs": [
72         {
73           "name": "Layer",
74           "source_files": "Sources/Animation/Layer/*.swift"
75         },
76         {
77           "name": "Views",
78           "dependencies": {
79             "WQBasicModules/Animation/Layer": [
81             ]
82           },
83           "source_files": "Sources/Animation/Views/*.swift"
84         },
85         {
86           "name": "Transitioning",
87           "dependencies": {
88             "WQBasicModules/Extensions/Module": [
90             ],
91             "WQBasicModules/UI/Help": [
93             ]
94           },
95           "source_files": "Sources/Animation/Transitioning/*.swift"
96         }
97       ]
98     },
99     {
100       "name": "Extensions",
101       "subspecs": [
102         {
103           "name": "Module",
104           "source_files": "Sources/Extensions/Module/*.swift"
105         },
106         {
107           "name": "CoreGrapics",
108           "source_files": "Sources/Extensions/CoreGrapics/*.swift"
109         },
110         {
111           "name": "UIKit",
112           "dependencies": {
113             "WQBasicModules/Extensions/Module": [
115             ]
116           },
117           "source_files": "Sources/Extensions/UIKit/*.swift"
118         },
119         {
120           "name": "Foundation",
121           "source_files": "Sources/Extensions/Foundation/*.swift"
122         },
123         {
124           "name": "Date",
125           "dependencies": {
126             "WQBasicModules/Extensions/Foundation": [
128             ]
129           },
130           "source_files": "Sources/Extensions/Date/*.swift"
131         },
132         {
133           "name": "String",
134           "source_files": "Sources/Extensions/String/*.{swift,h,m}"
135         }
136       ]
137     },
138     {
139       "name": "Tool",
140       "subspecs": [
141         {
142           "name": "Cache",
143           "source_files": "Sources/Tool/Cache/*.swift"
144         }
145       ]
146     },
147     {
148       "name": "UI",
149       "resources": "Sources/Resources/WQUIBundle.bundle",
150       "subspecs": [
151         {
152           "name": "Custom",
153           "dependencies": {
154             "WQBasicModules/Extensions/Module": [
156             ]
157           },
158           "source_files": "Sources/UI/Custom/*.swift"
159         },
160         {
161           "name": "Function",
162           "source_files": "Sources/UI/Function/*.swift"
163         },
164         {
165           "name": "Help",
166           "dependencies": {
167             "WQBasicModules/Extensions/Module": [
169             ]
170           },
171           "source_files": "Sources/UI/Help/*.swift"
172         },
173         {
174           "name": "FlowLayout",
175           "source_files": "Sources/UI/FlowLayout/*.swift"
176         },
177         {
178           "name": "Gesture",
179           "source_files": "Sources/UI/Gesture/*.swift"
180         }
181       ]
182     }
183   ],
184   "swift_version": "5.3"