I've noticed this issue when migrating all my project's libs from Cocoapods to SPM.
Dependency version rules are not in sync between Podspec & Package files.
When using Segment_Amplitude through SPM, we can't get the latest versions of its own dependencies, which we could when installing Segment_Amplitude through Cocoapods.
Pinging @bsneed just in case you haven't seen this; I can't assign reviewers, but don't want this to be forgotten (especially given how small the changes are).
I've noticed this issue when migrating all my project's libs from Cocoapods to SPM.
Dependency version rules are not in sync between Podspec & Package files.
When using
Segment_Amplitude
through SPM, we can't get the latest versions of its own dependencies, which we could when installingSegment_Amplitude
through Cocoapods.