segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Can we make this a Swift Package? #106

Closed skydivedan closed 2 years ago

skydivedan commented 2 years ago

I'm trying to move my project away from Cocoapods, and almost all of my libraries have corresponding Swift Packages.

It would be great if this were available as a Swift Package so I could remove Cocoapods from my machine, and stop using it altogether.

bsneed commented 2 years ago

Hi @skydivedan,

You'd probably be interested in our new Analytics-Swift library here: https://github.com/segmentio/analytics-swift

There's an amplitude session plugin that makes it such that you don't even need the Amplitude SDK to be linked and it can all be done via cloud mode.

skydivedan commented 2 years ago

Thanks, @bsneed, this looks interesting / promising.

However, I'm going to refrain from jumping to the "new hotness" at the moment, for the following reasons:

That said, this stuff does look totally promising, and I'm looking forward to using it once it matures more.