centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
48 stars 43 forks source link

Example app: replace CocoaPods with SPM #72

Closed antonselyanin closed 2 years ago

antonselyanin commented 2 years ago

This PR replaces CocoaPods with SPM for 'Example' app.

Pros:

Cons:

FZambia commented 2 years ago

@antonselyanin thanks!

To be honest, pretty hard PR for me in terms of general Centrifugal libraries maintenance :) Swift is not my day to day lang as I mentioned before – any changes in library structure adds some overhead for me and things to learn (I can understand code changes, but changes in layout are more time-expensive).

If you have some time probably you can elaborate more about pros and cons (and possible consequences of cons) - it can be obvious to you, but not really for me. So sorry :)

FZambia commented 2 years ago

Thanks!