Skip to content

Commit

Permalink
Add Oidc to subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Feb 3, 2025
1 parent 4aa951a commit ef28ca2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pod::Spec.new do |s|
sub.dependency 'WultraMobileTokenSDK/Operations'
sub.dependency 'WultraMobileTokenSDK/Push'
sub.dependency 'WultraMobileTokenSDK/Inbox'
sub.dependency 'WultraMobileTokenSDK/Oidc'
end

s.default_subspecs = 'Core'
Expand Down Expand Up @@ -46,5 +47,11 @@ Pod::Spec.new do |s|
sub.source_files = 'WultraMobileTokenSDK/Inbox/**/*.swift'
sub.dependency 'WultraMobileTokenSDK/Common'
end

# 'Oidc' subspec
s.subspec 'Oidc' do |sub|
sub.source_files = 'WultraMobileTokenSDK/Oidc/**/*.swift'
sub.dependency 'WultraMobileTokenSDK/Common'
end

end

0 comments on commit ef28ca2

Please sign in to comment.