[Add] MicrosoftFluentUI 0.28.2
diff --git a/Specs/5/f/8/MicrosoftFluentUI/0.28.2/MicrosoftFluentUI.podspec.json b/Specs/5/f/8/MicrosoftFluentUI/0.28.2/MicrosoftFluentUI.podspec.json
new file mode 100644
index 0000000..f478cad6
--- /dev/null
+++ b/Specs/5/f/8/MicrosoftFluentUI/0.28.2/MicrosoftFluentUI.podspec.json
@@ -0,0 +1,881 @@
+{
+ "name": "MicrosoftFluentUI",
+ "version": "0.28.2",
+ "summary": "Fluent UI is a set of reusable UI controls and tools",
+ "homepage": "https://www.microsoft.com/design/fluent/#/",
+ "license": {
+ "type": "MIT",
+ "file": "LICENSE"
+ },
+ "authors": {
+ "Microsoft": "fluentuinativeowners@microsoft.com"
+ },
+ "source": {
+ "git": "https://github.com/microsoft/fluentui-apple.git",
+ "tag": "0.28.2"
+ },
+ "swift_versions": "5.9",
+ "module_name": "FluentUI",
+ "platforms": {
+ "ios": "15.0",
+ "osx": "12"
+ },
+ "subspecs": [
+ {
+ "name": "Avatar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Avatar/Avatar.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Avatar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "AvatarGroup_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Avatar_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/AvatarGroup/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "ActivityIndicator_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/ActivityIndicator/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "BadgeField_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Label_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Badge Field/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "BarButtonItems_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/BarButtonItems/BarButtonItems.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/BarButtonItems/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "BottomCommanding_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/BottomSheet_ios": [
+
+ ],
+ "MicrosoftFluentUI/OtherCells_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TabBar_ios": [
+
+ ],
+ "MicrosoftFluentUI/TableView_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Bottom Commanding/BottomCommanding.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Bottom Commanding/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "BottomSheet_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Obscurable_ios": [
+
+ ],
+ "MicrosoftFluentUI/ResizingHandleView_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Bottom Sheet/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Button_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Button/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Calendar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/BarButtonItems_ios": [
+
+ ],
+ "MicrosoftFluentUI/DotView_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/Presenters_ios": [
+
+ ],
+ "MicrosoftFluentUI/SegmentedControl_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TwoLineTitleView_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Calendar/**/*.{swift,h}",
+ "ios/FluentUI/Date Time Pickers/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Card_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Label_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Card/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "CardNudge_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Card Nudge/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "CommandBar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Command Bar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Core_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "resource_bundles": {
+ "FluentUIResources-ios": [
+ "ios/FluentUI/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
+ ]
+ },
+ "script_phases": {
+ "name": "Optimize resource bundle",
+ "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",
+ "execution_position": "before_compile"
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Core/Core.resources.xcfilelist",
+ "scripts/removeUnusedResourcesFromAssets.swift"
+ ],
+ "source_files": [
+ "ios/FluentUI/Configuration/**/*.{swift,h}",
+ "ios/FluentUI/Core/**/*.{swift,h}",
+ "ios/FluentUI/Extensions/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "DotView_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/DotView/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Drawer_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Obscurable_ios": [
+
+ ],
+ "MicrosoftFluentUI/ResizingHandleView_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TouchForwardingView_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Drawer/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "EasyTapButton_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/EasyTapButton/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "HUD_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/ActivityIndicator_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/TouchForwardingView_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/HUD/HUD.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/HUD/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "IndeterminateProgressBar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/IndeterminateProgressBar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Label_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Label/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "MultilineCommandBar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/BottomSheet_ios": [
+
+ ],
+ "MicrosoftFluentUI/CommandBar_ios": [
+
+ ],
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/MultilineCommandBar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Navigation_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/ActivityIndicator_ios": [
+
+ ],
+ "MicrosoftFluentUI/Avatar_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TwoLineTitleView_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Navigation/Navigation.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Navigation/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Notification_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Obscurable_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Notification/Notification.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Notification/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Obscurable_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Obscurable/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "OtherCells_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/ActivityIndicator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TableView_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Other Cells/OtherCells.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Other Cells/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "PeoplePicker_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Avatar_ios": [
+
+ ],
+ "MicrosoftFluentUI/BadgeField_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/OtherCells_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/People Picker/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "PersonaButton_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Avatar_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/PersonaButton/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "PersonaButtonCarousel_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/PersonaButton_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/PersonaButtonCarousel/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "PillButtonBar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Pill Button Bar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "PopupMenu_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Drawer_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ],
+ "MicrosoftFluentUI/TableView_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Popup Menu/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Presenters_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Obscurable_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Presenters/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "ResizingHandleView_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/ResizingHandleView/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "SegmentedControl_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/SegmentedControl/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Separator_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Separator/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Shimmer_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ],
+ "MicrosoftFluentUI/Utilities_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Shimmer/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "TabBar_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Avatar_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/Tab Bar/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "TableView_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Table View/TableView.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Table View/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "TextField_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Button_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/Separator_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/TextField/TextField.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/TextField/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Tooltip_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Label_ios": [
+
+ ],
+ "MicrosoftFluentUI/TouchForwardingView_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/Tooltip/Tooltip.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/Tooltip/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "TouchForwardingView_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_ios": [
+
+ ]
+ },
+ "source_files": [
+ "ios/FluentUI/TouchForwardingView/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "TwoLineTitleView_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/EasyTapButton_ios": [
+
+ ],
+ "MicrosoftFluentUI/Label_ios": [
+
+ ]
+ },
+ "preserve_paths": [
+ "ios/FluentUI/TwoLineTitleView/TwoLineTitleView.resources.xcfilelist"
+ ],
+ "source_files": [
+ "ios/FluentUI/TwoLineTitleView/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Utilities_ios",
+ "platforms": {
+ "ios": "15.0"
+ },
+ "source_files": [
+ "ios/FluentUI/Utilities/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Appearance_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "source_files": [
+ "macos/FluentUI/Appearance/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "AvatarView_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ],
+ "MicrosoftFluentUI/DynamicColor_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/AvatarView/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "BadgeView_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ],
+ "MicrosoftFluentUI/DynamicColor_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/Badge/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Button_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/Button/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Core_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "resource_bundles": {
+ "FluentUIResources-macos": [
+ "macos/FluentUI/**/*.{storyboard,xib,xcassets,strings,stringsdict}"
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/Core/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "DatePicker_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ],
+ "MicrosoftFluentUI/Appearance_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/DatePicker/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "DynamicColor_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Appearance_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/DynamicColor/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Link_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/Link/**/*.{swift,h}"
+ ]
+ },
+ {
+ "name": "Separator_mac",
+ "platforms": {
+ "osx": "12"
+ },
+ "dependencies": {
+ "MicrosoftFluentUI/Core_mac": [
+
+ ]
+ },
+ "source_files": [
+ "macos/FluentUI/Separator/**/*.{swift,h}"
+ ]
+ }
+ ],
+ "swift_version": "5.9"
+}