centrifugal / centrifuge-swift

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

Add SPM product (library) and update dependencies #15

Closed danqing closed 4 years ago

danqing commented 4 years ago

Closes #13.

danqing commented 4 years ago

Also updated travis to use latest Xcode and iOS versions.

FZambia commented 4 years ago

@danqing thanks! As I am personally do not develop in Swift on daily basis could you please explain are these changes backwards compatible or not?

danqing commented 4 years ago

AFAIK this shouldn't have any compatibility issues. The only real change is that I upgraded (minor) versions of the dependencies.

The rest is just to make SPM work and update travis (testing) to latest versions of the infra.

FZambia commented 4 years ago

Thanks! I will try to ask my collegues to review these changes and then merge.

FZambia commented 4 years ago

@danqing looks good, thanks!