[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 8 / MicrosoftFluentUI / 0.1.25 / MicrosoftFluentUI.podspec.json
blob827b0fb13440628f785049577528d8dadeac9886
2   "name": "MicrosoftFluentUI",
3   "version": "0.1.25",
4   "summary": "Fluent UI is a set of reusable UI controls and tools",
5   "homepage": "https://www.microsoft.com/design/fluent/#/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Microsoft": "fluentuinativeowners@microsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/microsoft/fluentui-apple.git",
15     "tag": "0.1.25"
16   },
17   "swift_versions": "5.0",
18   "module_name": "FluentUI",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.14"
22   },
23   "subspecs": [
24     {
25       "name": "Calendar_ios",
26       "platforms": {
27         "ios": "11.0"
28       },
29       "dependencies": {
30         "MicrosoftFluentUI/Presenters_ios": [
32         ]
33       },
34       "source_files": [
35         "ios/FluentUI/Calendar/**/*.{swift,h}",
36         "ios/FluentUI/Date Time Pickers/**/*.{swift,h}"
37       ]
38     },
39     {
40       "name": "Card_ios",
41       "platforms": {
42         "ios": "11.0"
43       },
44       "dependencies": {
45         "MicrosoftFluentUI/Controls_ios": [
47         ]
48       },
49       "source_files": [
50         "ios/FluentUI/Card/**/*.{swift,h}"
51       ]
52     },
53     {
54       "name": "Controls_ios",
55       "platforms": {
56         "ios": "11.0"
57       },
58       "dependencies": {
59         "MicrosoftFluentUI/Core_ios": [
61         ]
62       },
63       "source_files": [
64         "ios/FluentUI/Badge Field/**/*.{swift,h}",
65         "ios/FluentUI/Controls/**/*.{swift,h}",
66         "ios/FluentUI/Navigation/**/*.{swift,h}",
67         "ios/FluentUI/People Picker/**/*.{swift,h}",
68         "ios/FluentUI/Table View/**/*.{swift,h}"
69       ]
70     },
71     {
72       "name": "Core_ios",
73       "platforms": {
74         "ios": "11.0"
75       },
76       "resource_bundles": {
77         "FluentUIResources-ios": [
78           "apple/Resources/**/*.{json,xcassets}",
79           "ios/FluentUI/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
80         ]
81       },
82       "source_files": [
83         "ios/FluentUI/Configuration/**/*.{swift,h}",
84         "ios/FluentUI/Core/**/*.{swift,h}",
85         "ios/FluentUI/Extensions/**/*.{swift,h}"
86       ]
87     },
88     {
89       "name": "Drawer_ios",
90       "platforms": {
91         "ios": "11.0"
92       },
93       "dependencies": {
94         "MicrosoftFluentUI/Controls_ios": [
96         ]
97       },
98       "source_files": [
99         "ios/FluentUI/Drawer/**/*.{swift,h}"
100       ]
101     },
102     {
103       "name": "HUD_ios",
104       "platforms": {
105         "ios": "11.0"
106       },
107       "dependencies": {
108         "MicrosoftFluentUI/Controls_ios": [
110         ]
111       },
112       "source_files": [
113         "ios/FluentUI/HUD/**/*.{swift,h}"
114       ]
115     },
116     {
117       "name": "Notification_ios",
118       "platforms": {
119         "ios": "11.0"
120       },
121       "dependencies": {
122         "MicrosoftFluentUI/Controls_ios": [
124         ]
125       },
126       "source_files": [
127         "ios/FluentUI/Notification/**/*.{swift,h}"
128       ]
129     },
130     {
131       "name": "PillButtonBar_ios",
132       "platforms": {
133         "ios": "11.0"
134       },
135       "dependencies": {
136         "MicrosoftFluentUI/Core_ios": [
138         ]
139       },
140       "source_files": [
141         "ios/FluentUI/Pill Button Bar/**/*.{swift,h}"
142       ]
143     },
144     {
145       "name": "PopupMenu_ios",
146       "platforms": {
147         "ios": "11.0"
148       },
149       "dependencies": {
150         "MicrosoftFluentUI/Drawer_ios": [
152         ]
153       },
154       "source_files": [
155         "ios/FluentUI/Popup Menu/**/*.{swift,h}"
156       ]
157     },
158     {
159       "name": "Presenters_ios",
160       "platforms": {
161         "ios": "11.0"
162       },
163       "dependencies": {
164         "MicrosoftFluentUI/Controls_ios": [
166         ]
167       },
168       "source_files": [
169         "ios/FluentUI/Presenters/**/*.{swift,h}"
170       ]
171     },
172     {
173       "name": "Shimmer_ios",
174       "platforms": {
175         "ios": "11.0"
176       },
177       "dependencies": {
178         "MicrosoftFluentUI/Core_ios": [
180         ],
181         "MicrosoftFluentUI/Utilities_ios": [
183         ]
184       },
185       "source_files": [
186         "ios/FluentUI/Shimmer/**/*.{swift,h}"
187       ]
188     },
189     {
190       "name": "TabBar_ios",
191       "platforms": {
192         "ios": "11.0"
193       },
194       "dependencies": {
195         "MicrosoftFluentUI/Controls_ios": [
197         ]
198       },
199       "source_files": [
200         "ios/FluentUI/Tab Bar/**/*.{swift,h}"
201       ]
202     },
203     {
204       "name": "Tooltip_ios",
205       "platforms": {
206         "ios": "11.0"
207       },
208       "dependencies": {
209         "MicrosoftFluentUI/Controls_ios": [
211         ]
212       },
213       "source_files": [
214         "ios/FluentUI/Tooltip/**/*.{swift,h}"
215       ]
216     },
217     {
218       "name": "Utilities_ios",
219       "platforms": {
220         "ios": "11.0"
221       },
222       "source_files": [
223         "ios/FluentUI/Utilities/**/*.{swift,h}"
224       ]
225     },
226     {
227       "name": "AvatarView_mac",
228       "platforms": {
229         "osx": "10.14"
230       },
231       "dependencies": {
232         "MicrosoftFluentUI/Core_mac": [
234         ]
235       },
236       "source_files": [
237         "macos/FluentUI/AvatarView/**/*.{swift,h}"
238       ]
239     },
240     {
241       "name": "Button_mac",
242       "platforms": {
243         "osx": "10.14"
244       },
245       "dependencies": {
246         "MicrosoftFluentUI/Core_mac": [
248         ]
249       },
250       "source_files": [
251         "macos/FluentUI/Button/**/*.{swift,h}"
252       ]
253     },
254     {
255       "name": "Core_mac",
256       "platforms": {
257         "osx": "10.14"
258       },
259       "resource_bundles": {
260         "FluentUIResources-macos": [
261           "apple/Resources/**/*.{json,xcassets}",
262           "macos/FluentUIResources-macos/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
263         ]
264       },
265       "source_files": [
266         "macos/FluentUI/Core/**/*.{swift,h}"
267       ]
268     },
269     {
270       "name": "DatePicker_mac",
271       "platforms": {
272         "osx": "10.14"
273       },
274       "dependencies": {
275         "MicrosoftFluentUI/Core_mac": [
277         ]
278       },
279       "source_files": [
280         "macos/FluentUI/DatePicker/**/*.{swift,h}"
281       ]
282     },
283     {
284       "name": "Link_mac",
285       "platforms": {
286         "osx": "10.14"
287       },
288       "dependencies": {
289         "MicrosoftFluentUI/Core_mac": [
291         ]
292       },
293       "source_files": [
294         "macos/FluentUI/Link/**/*.{swift,h}"
295       ]
296     },
297     {
298       "name": "Separator_mac",
299       "platforms": {
300         "osx": "10.14"
301       },
302       "dependencies": {
303         "MicrosoftFluentUI/Core_mac": [
305         ]
306       },
307       "source_files": [
308         "macos/FluentUI/Separator/**/*.{swift,h}"
309       ]
310     }
311   ],
312   "swift_version": "5.0"