[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 8 / MicrosoftFluentUI / 0.29.2 / MicrosoftFluentUI.podspec.json
blob384ffdfd6fa0d373f26f829a70f4de5bb0b03ddd
2   "name": "MicrosoftFluentUI",
3   "version": "0.29.2",
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.29.2"
16   },
17   "swift_versions": "5.9",
18   "module_name": "FluentUI",
19   "platforms": {
20     "ios": "16.0",
21     "osx": "12"
22   },
23   "subspecs": [
24     {
25       "name": "Avatar_ios",
26       "platforms": {
27         "ios": "16.0"
28       },
29       "dependencies": {
30         "MicrosoftFluentUI/Core_ios": [
32         ]
33       },
34       "preserve_paths": [
35         "ios/FluentUI/Avatar/Avatar.resources.xcfilelist"
36       ],
37       "source_files": [
38         "ios/FluentUI/Avatar/**/*.{swift,h}"
39       ]
40     },
41     {
42       "name": "AvatarGroup_ios",
43       "platforms": {
44         "ios": "16.0"
45       },
46       "dependencies": {
47         "MicrosoftFluentUI/Avatar_ios": [
49         ]
50       },
51       "source_files": [
52         "ios/FluentUI/AvatarGroup/**/*.{swift,h}"
53       ]
54     },
55     {
56       "name": "ActivityIndicator_ios",
57       "platforms": {
58         "ios": "16.0"
59       },
60       "dependencies": {
61         "MicrosoftFluentUI/Core_ios": [
63         ]
64       },
65       "source_files": [
66         "ios/FluentUI/ActivityIndicator/**/*.{swift,h}"
67       ]
68     },
69     {
70       "name": "BadgeField_ios",
71       "platforms": {
72         "ios": "16.0"
73       },
74       "dependencies": {
75         "MicrosoftFluentUI/Label_ios": [
77         ]
78       },
79       "source_files": [
80         "ios/FluentUI/Badge Field/**/*.{swift,h}"
81       ]
82     },
83     {
84       "name": "BarButtonItems_ios",
85       "platforms": {
86         "ios": "16.0"
87       },
88       "dependencies": {
89         "MicrosoftFluentUI/Core_ios": [
91         ]
92       },
93       "preserve_paths": [
94         "ios/FluentUI/BarButtonItems/BarButtonItems.resources.xcfilelist"
95       ],
96       "source_files": [
97         "ios/FluentUI/BarButtonItems/**/*.{swift,h}"
98       ]
99     },
100     {
101       "name": "BottomCommanding_ios",
102       "platforms": {
103         "ios": "16.0"
104       },
105       "dependencies": {
106         "MicrosoftFluentUI/BottomSheet_ios": [
108         ],
109         "MicrosoftFluentUI/OtherCells_ios": [
111         ],
112         "MicrosoftFluentUI/Separator_ios": [
114         ],
115         "MicrosoftFluentUI/TabBar_ios": [
117         ],
118         "MicrosoftFluentUI/TableView_ios": [
120         ]
121       },
122       "preserve_paths": [
123         "ios/FluentUI/Bottom Commanding/BottomCommanding.resources.xcfilelist"
124       ],
125       "source_files": [
126         "ios/FluentUI/Bottom Commanding/**/*.{swift,h}"
127       ]
128     },
129     {
130       "name": "BottomSheet_ios",
131       "platforms": {
132         "ios": "16.0"
133       },
134       "dependencies": {
135         "MicrosoftFluentUI/Obscurable_ios": [
137         ],
138         "MicrosoftFluentUI/ResizingHandleView_ios": [
140         ]
141       },
142       "source_files": [
143         "ios/FluentUI/Bottom Sheet/**/*.{swift,h}"
144       ]
145     },
146     {
147       "name": "Button_ios",
148       "platforms": {
149         "ios": "16.0"
150       },
151       "dependencies": {
152         "MicrosoftFluentUI/Core_ios": [
154         ]
155       },
156       "source_files": [
157         "ios/FluentUI/Button/**/*.{swift,h}"
158       ]
159     },
160     {
161       "name": "Calendar_ios",
162       "platforms": {
163         "ios": "16.0"
164       },
165       "dependencies": {
166         "MicrosoftFluentUI/BarButtonItems_ios": [
168         ],
169         "MicrosoftFluentUI/DotView_ios": [
171         ],
172         "MicrosoftFluentUI/Label_ios": [
174         ],
175         "MicrosoftFluentUI/Presenters_ios": [
177         ],
178         "MicrosoftFluentUI/SegmentedControl_ios": [
180         ],
181         "MicrosoftFluentUI/Separator_ios": [
183         ],
184         "MicrosoftFluentUI/TwoLineTitleView_ios": [
186         ]
187       },
188       "source_files": [
189         "ios/FluentUI/Calendar/**/*.{swift,h}",
190         "ios/FluentUI/Date Time Pickers/**/*.{swift,h}"
191       ]
192     },
193     {
194       "name": "Card_ios",
195       "platforms": {
196         "ios": "16.0"
197       },
198       "dependencies": {
199         "MicrosoftFluentUI/Label_ios": [
201         ]
202       },
203       "source_files": [
204         "ios/FluentUI/Card/**/*.{swift,h}"
205       ]
206     },
207     {
208       "name": "CardNudge_ios",
209       "platforms": {
210         "ios": "16.0"
211       },
212       "dependencies": {
213         "MicrosoftFluentUI/Core_ios": [
215         ]
216       },
217       "source_files": [
218         "ios/FluentUI/Card Nudge/**/*.{swift,h}"
219       ]
220     },
221     {
222       "name": "CommandBar_ios",
223       "platforms": {
224         "ios": "16.0"
225       },
226       "dependencies": {
227         "MicrosoftFluentUI/Core_ios": [
229         ]
230       },
231       "source_files": [
232         "ios/FluentUI/Command Bar/**/*.{swift,h}"
233       ]
234     },
235     {
236       "name": "Core_ios",
237       "platforms": {
238         "ios": "16.0"
239       },
240       "resource_bundles": {
241         "FluentUIResources-ios": [
242           "ios/FluentUI/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
243         ]
244       },
245       "script_phases": {
246         "name": "Optimize resource bundle",
247         "script": "REMOVE_UNUSED_RESOURCES_SCRIPT_PATH=${PODS_TARGET_SRCROOT}/scripts/removeUnusedResourcesFromAssets.swift\n\n# Executes only once per \"pod install\" (if the script file exists)\nif [ -f ${REMOVE_UNUSED_RESOURCES_SCRIPT_PATH} ]; then\n    echo \"=== Removing unused resources from FluentUI-ios.xcassets ===\"\n\n    XCODEBUILDPARAMS=\"-quiet \"\n\n    if [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n        CONDITIONALCOMPILATIONFLAGS=\"-D VERBOSE_OUTPUT\"\n        XCODEBUILDPARAMS=\"\"\n    fi\n\n    xcrun --sdk macosx swift ${CONDITIONALCOMPILATIONFLAGS} ${REMOVE_UNUSED_RESOURCES_SCRIPT_PATH} ${LOCROOT}/MicrosoftFluentUI/ios/FluentUI/Resources/FluentUI-ios.xcassets ${LOCROOT}/MicrosoftFluentUI/ios\n\n    echo \"=== Rebuilding resource bundle target ===\"\n    xcodebuild ${XCODEBUILDPARAMS} DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING=1 -project ${PROJECT_FILE_PATH} -target \"MicrosoftFluentUI-FluentUIResources-ios\" -sdk ${PLATFORM_NAME} -configuration ${CONFIGURATION} ARCHS=\"${ARCHS}\" CONFIGURATION_BUILD_DIR=\"${CONFIGURATION_BUILD_DIR}\" BUILD_ROOT=\"${BUILD_ROOT}\" BUILT_PRODUCTS_DIR=\"${BUILT_PRODUCTS_DIR}\" ${ACTION}\n\n    # Deletes the script to ensure it will not be needlessly executed more than once after each \"pod install\"\n    rm ${REMOVE_UNUSED_RESOURCES_SCRIPT_PATH}\n\nfi",
248         "execution_position": "before_compile"
249       },
250       "preserve_paths": [
251         "ios/FluentUI/Core/Core.resources.xcfilelist",
252         "scripts/removeUnusedResourcesFromAssets.swift"
253       ],
254       "source_files": [
255         "ios/FluentUI/Configuration/**/*.{swift,h}",
256         "ios/FluentUI/Core/**/*.{swift,h}",
257         "ios/FluentUI/Extensions/**/*.{swift,h}"
258       ]
259     },
260     {
261       "name": "DotView_ios",
262       "platforms": {
263         "ios": "16.0"
264       },
265       "dependencies": {
266         "MicrosoftFluentUI/Core_ios": [
268         ]
269       },
270       "source_files": [
271         "ios/FluentUI/DotView/**/*.{swift,h}"
272       ]
273     },
274     {
275       "name": "Drawer_ios",
276       "platforms": {
277         "ios": "16.0"
278       },
279       "dependencies": {
280         "MicrosoftFluentUI/Obscurable_ios": [
282         ],
283         "MicrosoftFluentUI/ResizingHandleView_ios": [
285         ],
286         "MicrosoftFluentUI/Separator_ios": [
288         ],
289         "MicrosoftFluentUI/TouchForwardingView_ios": [
291         ]
292       },
293       "source_files": [
294         "ios/FluentUI/Drawer/**/*.{swift,h}"
295       ]
296     },
297     {
298       "name": "EasyTapButton_ios",
299       "platforms": {
300         "ios": "16.0"
301       },
302       "dependencies": {
303         "MicrosoftFluentUI/Core_ios": [
305         ]
306       },
307       "source_files": [
308         "ios/FluentUI/EasyTapButton/**/*.{swift,h}"
309       ]
310     },
311     {
312       "name": "HUD_ios",
313       "platforms": {
314         "ios": "16.0"
315       },
316       "dependencies": {
317         "MicrosoftFluentUI/ActivityIndicator_ios": [
319         ],
320         "MicrosoftFluentUI/Label_ios": [
322         ],
323         "MicrosoftFluentUI/TouchForwardingView_ios": [
325         ]
326       },
327       "preserve_paths": [
328         "ios/FluentUI/HUD/HUD.resources.xcfilelist"
329       ],
330       "source_files": [
331         "ios/FluentUI/HUD/**/*.{swift,h}"
332       ]
333     },
334     {
335       "name": "IndeterminateProgressBar_ios",
336       "platforms": {
337         "ios": "16.0"
338       },
339       "dependencies": {
340         "MicrosoftFluentUI/Core_ios": [
342         ]
343       },
344       "source_files": [
345         "ios/FluentUI/IndeterminateProgressBar/**/*.{swift,h}"
346       ]
347     },
348     {
349       "name": "Label_ios",
350       "platforms": {
351         "ios": "16.0"
352       },
353       "dependencies": {
354         "MicrosoftFluentUI/Core_ios": [
356         ]
357       },
358       "source_files": [
359         "ios/FluentUI/Label/**/*.{swift,h}"
360       ]
361     },
362     {
363       "name": "ListItem_ios",
364       "platforms": {
365         "ios": "16.0"
366       },
367       "dependencies": {
368         "MicrosoftFluentUI/OtherCells_ios": [
370         ],
371         "MicrosoftFluentUI/Separator_ios": [
373         ],
374         "MicrosoftFluentUI/TableViewListShared_ios": [
376         ]
377       },
378       "source_files": [
379         "ios/FluentUI/List/**/*.swift"
380       ]
381     },
382     {
383       "name": "MultilineCommandBar_ios",
384       "platforms": {
385         "ios": "16.0"
386       },
387       "dependencies": {
388         "MicrosoftFluentUI/BottomSheet_ios": [
390         ],
391         "MicrosoftFluentUI/CommandBar_ios": [
393         ],
394         "MicrosoftFluentUI/Core_ios": [
396         ]
397       },
398       "source_files": [
399         "ios/FluentUI/MultilineCommandBar/**/*.{swift,h}"
400       ]
401     },
402     {
403       "name": "Navigation_ios",
404       "platforms": {
405         "ios": "16.0"
406       },
407       "dependencies": {
408         "MicrosoftFluentUI/ActivityIndicator_ios": [
410         ],
411         "MicrosoftFluentUI/Avatar_ios": [
413         ],
414         "MicrosoftFluentUI/Separator_ios": [
416         ],
417         "MicrosoftFluentUI/TwoLineTitleView_ios": [
419         ]
420       },
421       "preserve_paths": [
422         "ios/FluentUI/Navigation/Navigation.resources.xcfilelist"
423       ],
424       "source_files": [
425         "ios/FluentUI/Navigation/**/*.{swift,h}"
426       ]
427     },
428     {
429       "name": "Notification_ios",
430       "platforms": {
431         "ios": "16.0"
432       },
433       "dependencies": {
434         "MicrosoftFluentUI/Obscurable_ios": [
436         ],
437         "MicrosoftFluentUI/Label_ios": [
439         ]
440       },
441       "preserve_paths": [
442         "ios/FluentUI/Notification/Notification.resources.xcfilelist"
443       ],
444       "source_files": [
445         "ios/FluentUI/Notification/**/*.{swift,h}"
446       ]
447     },
448     {
449       "name": "Obscurable_ios",
450       "platforms": {
451         "ios": "16.0"
452       },
453       "dependencies": {
454         "MicrosoftFluentUI/Core_ios": [
456         ]
457       },
458       "source_files": [
459         "ios/FluentUI/Obscurable/**/*.{swift,h}"
460       ]
461     },
462     {
463       "name": "OtherCells_ios",
464       "platforms": {
465         "ios": "16.0"
466       },
467       "dependencies": {
468         "MicrosoftFluentUI/ActivityIndicator_ios": [
470         ],
471         "MicrosoftFluentUI/TableView_ios": [
473         ]
474       },
475       "preserve_paths": [
476         "ios/FluentUI/Other Cells/OtherCells.resources.xcfilelist"
477       ],
478       "source_files": [
479         "ios/FluentUI/Other Cells/**/*.{swift,h}"
480       ]
481     },
482     {
483       "name": "PeoplePicker_ios",
484       "platforms": {
485         "ios": "16.0"
486       },
487       "dependencies": {
488         "MicrosoftFluentUI/Avatar_ios": [
490         ],
491         "MicrosoftFluentUI/BadgeField_ios": [
493         ],
494         "MicrosoftFluentUI/Separator_ios": [
496         ],
497         "MicrosoftFluentUI/OtherCells_ios": [
499         ]
500       },
501       "source_files": [
502         "ios/FluentUI/People Picker/**/*.{swift,h}"
503       ]
504     },
505     {
506       "name": "PersonaButton_ios",
507       "platforms": {
508         "ios": "16.0"
509       },
510       "dependencies": {
511         "MicrosoftFluentUI/Avatar_ios": [
513         ]
514       },
515       "source_files": [
516         "ios/FluentUI/PersonaButton/**/*.{swift,h}"
517       ]
518     },
519     {
520       "name": "PersonaButtonCarousel_ios",
521       "platforms": {
522         "ios": "16.0"
523       },
524       "dependencies": {
525         "MicrosoftFluentUI/PersonaButton_ios": [
527         ]
528       },
529       "source_files": [
530         "ios/FluentUI/PersonaButtonCarousel/**/*.{swift,h}"
531       ]
532     },
533     {
534       "name": "PillButtonBar_ios",
535       "platforms": {
536         "ios": "16.0"
537       },
538       "dependencies": {
539         "MicrosoftFluentUI/Core_ios": [
541         ]
542       },
543       "source_files": [
544         "ios/FluentUI/Pill Button Bar/**/*.{swift,h}"
545       ]
546     },
547     {
548       "name": "PopupMenu_ios",
549       "platforms": {
550         "ios": "16.0"
551       },
552       "dependencies": {
553         "MicrosoftFluentUI/Drawer_ios": [
555         ],
556         "MicrosoftFluentUI/Label_ios": [
558         ],
559         "MicrosoftFluentUI/Separator_ios": [
561         ],
562         "MicrosoftFluentUI/TableView_ios": [
564         ]
565       },
566       "source_files": [
567         "ios/FluentUI/Popup Menu/**/*.{swift,h}"
568       ]
569     },
570     {
571       "name": "Presenters_ios",
572       "platforms": {
573         "ios": "16.0"
574       },
575       "dependencies": {
576         "MicrosoftFluentUI/Obscurable_ios": [
578         ]
579       },
580       "source_files": [
581         "ios/FluentUI/Presenters/**/*.{swift,h}"
582       ]
583     },
584     {
585       "name": "ResizingHandleView_ios",
586       "platforms": {
587         "ios": "16.0"
588       },
589       "dependencies": {
590         "MicrosoftFluentUI/Core_ios": [
592         ]
593       },
594       "source_files": [
595         "ios/FluentUI/ResizingHandleView/**/*.{swift,h}"
596       ]
597     },
598     {
599       "name": "SegmentedControl_ios",
600       "platforms": {
601         "ios": "16.0"
602       },
603       "dependencies": {
604         "MicrosoftFluentUI/Separator_ios": [
606         ]
607       },
608       "source_files": [
609         "ios/FluentUI/SegmentedControl/**/*.{swift,h}"
610       ]
611     },
612     {
613       "name": "Separator_ios",
614       "platforms": {
615         "ios": "16.0"
616       },
617       "dependencies": {
618         "MicrosoftFluentUI/Core_ios": [
620         ]
621       },
622       "source_files": [
623         "ios/FluentUI/Separator/**/*.{swift,h}"
624       ]
625     },
626     {
627       "name": "Shimmer_ios",
628       "platforms": {
629         "ios": "16.0"
630       },
631       "dependencies": {
632         "MicrosoftFluentUI/Core_ios": [
634         ],
635         "MicrosoftFluentUI/Utilities_ios": [
637         ]
638       },
639       "source_files": [
640         "ios/FluentUI/Shimmer/**/*.{swift,h}"
641       ]
642     },
643     {
644       "name": "TabBar_ios",
645       "platforms": {
646         "ios": "16.0"
647       },
648       "dependencies": {
649         "MicrosoftFluentUI/Avatar_ios": [
651         ],
652         "MicrosoftFluentUI/Label_ios": [
654         ],
655         "MicrosoftFluentUI/Separator_ios": [
657         ]
658       },
659       "source_files": [
660         "ios/FluentUI/Tab Bar/**/*.{swift,h}"
661       ]
662     },
663     {
664       "name": "TableView_ios",
665       "platforms": {
666         "ios": "16.0"
667       },
668       "dependencies": {
669         "MicrosoftFluentUI/Label_ios": [
671         ],
672         "MicrosoftFluentUI/Separator_ios": [
674         ],
675         "MicrosoftFluentUI/TableViewListShared_ios": [
677         ]
678       },
679       "preserve_paths": [
680         "ios/FluentUI/Table View/TableView.resources.xcfilelist"
681       ],
682       "source_files": [
683         "ios/FluentUI/Table View/**/*.{swift,h}"
684       ]
685     },
686     {
687       "name": "TableViewListShared_ios",
688       "platforms": {
689         "ios": "16.0"
690       },
691       "dependencies": {
692         "MicrosoftFluentUI/Core_ios": [
694         ]
695       },
696       "preserve_paths": [
697         "ios/FluentUI/TableViewListShared/TableViewListShared.resources.xcfilelist"
698       ],
699       "source_files": [
700         "ios/FluentUI/TableViewListShared/**/*.{swift,h}"
701       ]
702     },
703     {
704       "name": "TextField_ios",
705       "platforms": {
706         "ios": "16.0"
707       },
708       "dependencies": {
709         "MicrosoftFluentUI/Button_ios": [
711         ],
712         "MicrosoftFluentUI/Label_ios": [
714         ],
715         "MicrosoftFluentUI/Separator_ios": [
717         ]
718       },
719       "preserve_paths": [
720         "ios/FluentUI/TextField/TextField.resources.xcfilelist"
721       ],
722       "source_files": [
723         "ios/FluentUI/TextField/**/*.{swift,h}"
724       ]
725     },
726     {
727       "name": "Tooltip_ios",
728       "platforms": {
729         "ios": "16.0"
730       },
731       "dependencies": {
732         "MicrosoftFluentUI/Label_ios": [
734         ],
735         "MicrosoftFluentUI/TouchForwardingView_ios": [
737         ]
738       },
739       "preserve_paths": [
740         "ios/FluentUI/Tooltip/Tooltip.resources.xcfilelist"
741       ],
742       "source_files": [
743         "ios/FluentUI/Tooltip/**/*.{swift,h}"
744       ]
745     },
746     {
747       "name": "TouchForwardingView_ios",
748       "platforms": {
749         "ios": "16.0"
750       },
751       "dependencies": {
752         "MicrosoftFluentUI/Core_ios": [
754         ]
755       },
756       "source_files": [
757         "ios/FluentUI/TouchForwardingView/**/*.{swift,h}"
758       ]
759     },
760     {
761       "name": "TwoLineTitleView_ios",
762       "platforms": {
763         "ios": "16.0"
764       },
765       "dependencies": {
766         "MicrosoftFluentUI/EasyTapButton_ios": [
768         ],
769         "MicrosoftFluentUI/Label_ios": [
771         ]
772       },
773       "preserve_paths": [
774         "ios/FluentUI/TwoLineTitleView/TwoLineTitleView.resources.xcfilelist"
775       ],
776       "source_files": [
777         "ios/FluentUI/TwoLineTitleView/**/*.{swift,h}"
778       ]
779     },
780     {
781       "name": "Utilities_ios",
782       "platforms": {
783         "ios": "16.0"
784       },
785       "source_files": [
786         "ios/FluentUI/Utilities/**/*.{swift,h}"
787       ]
788     },
789     {
790       "name": "Appearance_mac",
791       "platforms": {
792         "osx": "12"
793       },
794       "source_files": [
795         "macos/FluentUI/Appearance/**/*.{swift,h}"
796       ]
797     },
798     {
799       "name": "AvatarView_mac",
800       "platforms": {
801         "osx": "12"
802       },
803       "dependencies": {
804         "MicrosoftFluentUI/Core_mac": [
806         ],
807         "MicrosoftFluentUI/DynamicColor_mac": [
809         ]
810       },
811       "source_files": [
812         "macos/FluentUI/AvatarView/**/*.{swift,h}"
813       ]
814     },
815     {
816       "name": "BadgeView_mac",
817       "platforms": {
818         "osx": "12"
819       },
820       "dependencies": {
821         "MicrosoftFluentUI/Core_mac": [
823         ],
824         "MicrosoftFluentUI/DynamicColor_mac": [
826         ]
827       },
828       "source_files": [
829         "macos/FluentUI/Badge/**/*.{swift,h}"
830       ]
831     },
832     {
833       "name": "Button_mac",
834       "platforms": {
835         "osx": "12"
836       },
837       "dependencies": {
838         "MicrosoftFluentUI/Core_mac": [
840         ]
841       },
842       "source_files": [
843         "macos/FluentUI/Button/**/*.{swift,h}"
844       ]
845     },
846     {
847       "name": "Core_mac",
848       "platforms": {
849         "osx": "12"
850       },
851       "resource_bundles": {
852         "FluentUIResources-macos": [
853           "macos/FluentUI/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
854         ]
855       },
856       "source_files": [
857         "macos/FluentUI/Core/**/*.{swift,h}"
858       ]
859     },
860     {
861       "name": "DatePicker_mac",
862       "platforms": {
863         "osx": "12"
864       },
865       "dependencies": {
866         "MicrosoftFluentUI/Core_mac": [
868         ],
869         "MicrosoftFluentUI/Appearance_mac": [
871         ]
872       },
873       "source_files": [
874         "macos/FluentUI/DatePicker/**/*.{swift,h}"
875       ]
876     },
877     {
878       "name": "DynamicColor_mac",
879       "platforms": {
880         "osx": "12"
881       },
882       "dependencies": {
883         "MicrosoftFluentUI/Appearance_mac": [
885         ]
886       },
887       "source_files": [
888         "macos/FluentUI/DynamicColor/**/*.{swift,h}"
889       ]
890     },
891     {
892       "name": "Link_mac",
893       "platforms": {
894         "osx": "12"
895       },
896       "dependencies": {
897         "MicrosoftFluentUI/Core_mac": [
899         ]
900       },
901       "source_files": [
902         "macos/FluentUI/Link/**/*.{swift,h}"
903       ]
904     },
905     {
906       "name": "Separator_mac",
907       "platforms": {
908         "osx": "12"
909       },
910       "dependencies": {
911         "MicrosoftFluentUI/Core_mac": [
913         ]
914       },
915       "source_files": [
916         "macos/FluentUI/Separator/**/*.{swift,h}"
917       ]
918     }
919   ],
920   "swift_version": "5.9"