Skip to content

[iOS] Add podspec for ListItem #1939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add podspec for ListItem
  • Loading branch information
alexanderboswell committed Dec 5, 2023
commit 7dc6ec8ecc2d54d4ff9d80d9704557dc31c56d87
8 changes: 8 additions & 0 deletions MicrosoftFluentUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ fi', :execution_position => :before_compile }
label_ios.source_files = ["ios/FluentUI/Label/**/*.{swift,h}"]
end

s.subspec 'ListItem_ios' do |listitem_ios|
label_ios.platform = :ios
othercells_ios.dependency 'MicrosoftFluentUI/OtherCells_ios'
popupmenu_ios.dependency 'MicrosoftFluentUI/Separator_ios'
popupmenu_ios.dependency 'MicrosoftFluentUI/TableView_ios'
label_ios.source_files = ["ios/FluentUI/List/**/*.swift"]
end

s.subspec 'MultilineCommandBar_ios' do |multilinecommandbar_ios|
multilinecommandbar_ios.platform = :ios
multilinecommandbar_ios.dependency 'MicrosoftFluentUI/BottomSheet_ios'
Expand Down