Complete installation notes can be found on Microsoft Learn https://learn.microsoft.com/en-us/industry/healthcare/dragon-copilot/sdk/daxkit/install
If you are using Swift Package Manager (SPM) to manage your project dependencies, you can add the DAXKit-SDK-iOS package by adding it to your dependencies:
dependencies: [
.package(url: "https://github.com/microsoftconnect/DAXKit-SDK-iOS", .upToNextMajor(from: "1.5.1"))
]