Creating licenses/acknowledgements similar to CocoaPods

Similar to CocoaPods based projects wherein one can use Settings bundle to display all licenses/acknowledgements as provided and updated by CocoaPods based on additions/updates to Podfile [Link: https://johncodeos.com/easy-way-to-list-third-party-libraries-licenses-in-your-ios-app/], do we support similar behaviour in Swift Package Manager ? Here we want to show the licenses/acknowledgements in application's settings [opened via Device Settings app] and not inside the application.

Creating licenses/acknowledgements similar to CocoaPods
 
 
Q