Zcash iOS SDK to drop support for Cocoapods

Hello!

After many years of supporting Cocoapods, we’ve come to a situation where it’s becoming no longer feasible for us to keep supporting it as a dependency manager.

This is not a decision that we made ourselves but we are being forced to because other dependencies are dropping it and we have to do that “by transitivity rule”

Although we have reached out to our main partners, we extend the notice to the broad community.

Please refer to this github issue and let us know any inconveniences this might cause so we can work them out together.

Thanks!

4 Likes

A tweet would be nice for more exposure: https://twitter.com/electriccoinco

What are cocoa pods?

1 Like

It’s a dependency manager for native iOS projects. https://cocoapods.org/
The replacement is Swift Package Manager which is better at automating the dependency updates and linkages.

3 Likes