From c435948fa0ed164e58e1f33506d0f590da8bc7e7 Mon Sep 17 00:00:00 2001 From: John <109105353+jpeng-ms@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:32:14 -0800 Subject: [PATCH] added pod --- Podfile | 16 +++++++++++++++ Podfile.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 Podfile create mode 100644 Podfile.lock diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..f28180b --- /dev/null +++ b/Podfile @@ -0,0 +1,16 @@ +# Uncomment the next line to define a global platform for your project +platform :ios, '14.0' + +target 'FluentTest' do + # Comment the next line if you don't want to use dynamic frameworks + use_frameworks! + + # Pods for FluentTest + pod 'MicrosoftFluentUI/Avatar_ios', '0.8.8' + pod 'MicrosoftFluentUI/BottomSheet_ios', '0.8.8' + pod 'MicrosoftFluentUI/Button_ios', '0.8.8' + pod 'MicrosoftFluentUI/PopupMenu_ios', '0.8.8' + pod 'MicrosoftFluentUI/ActivityIndicator_ios', '0.8.8' + pod 'MicrosoftFluentUI/AvatarGroup_ios', '0.8.8' + +end diff --git a/Podfile.lock b/Podfile.lock new file mode 100644 index 0000000..070bde3 --- /dev/null +++ b/Podfile.lock @@ -0,0 +1,55 @@ +PODS: + - MicrosoftFluentUI/ActivityIndicator_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/Avatar_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/AvatarGroup_ios (0.8.8): + - MicrosoftFluentUI/Avatar_ios + - MicrosoftFluentUI/BottomSheet_ios (0.8.8): + - MicrosoftFluentUI/Obscurable_ios + - MicrosoftFluentUI/ResizingHandleView_ios + - MicrosoftFluentUI/Button_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/Core_ios (0.8.8) + - MicrosoftFluentUI/Drawer_ios (0.8.8): + - MicrosoftFluentUI/Obscurable_ios + - MicrosoftFluentUI/ResizingHandleView_ios + - MicrosoftFluentUI/Separator_ios + - MicrosoftFluentUI/TouchForwardingView_ios + - MicrosoftFluentUI/Label_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/Obscurable_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/PopupMenu_ios (0.8.8): + - MicrosoftFluentUI/Drawer_ios + - MicrosoftFluentUI/Label_ios + - MicrosoftFluentUI/Separator_ios + - MicrosoftFluentUI/TableView_ios + - MicrosoftFluentUI/ResizingHandleView_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/Separator_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + - MicrosoftFluentUI/TableView_ios (0.8.8): + - MicrosoftFluentUI/Label_ios + - MicrosoftFluentUI/Separator_ios + - MicrosoftFluentUI/TouchForwardingView_ios (0.8.8): + - MicrosoftFluentUI/Core_ios + +DEPENDENCIES: + - MicrosoftFluentUI/ActivityIndicator_ios (= 0.8.8) + - MicrosoftFluentUI/Avatar_ios (= 0.8.8) + - MicrosoftFluentUI/AvatarGroup_ios (= 0.8.8) + - MicrosoftFluentUI/BottomSheet_ios (= 0.8.8) + - MicrosoftFluentUI/Button_ios (= 0.8.8) + - MicrosoftFluentUI/PopupMenu_ios (= 0.8.8) + +SPEC REPOS: + trunk: + - MicrosoftFluentUI + +SPEC CHECKSUMS: + MicrosoftFluentUI: 0f3269836845fe12be1a9ac3163c6e5656477d55 + +PODFILE CHECKSUM: b2e3159cc508c3e07702513ca57b45abcd2dcf34 + +COCOAPODS: 1.11.3