I have expo module where I was trying to add package: https://github.com/garmin/fit-swift-sdk as depnedency but it only supports SPM. When trying to use:
spm_dependency(s,
url: 'https://github.com/garmin/fit-swift-sdk.git',
requirement: {kind: 'upToNextMajorVersion', minimumVersion: '21.178.0'},
products: ['FITSwiftSDK']
)