danielrhodes / Swift-ActionCableClient

ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.2.4 is not available in Cocoapods

agordeev opened this issue · comments

pod repo update and pod install installs ActionCableClient (0.2.3) and Starscream 2.0.4 (was 3.0.4). The project can't be built due to Swift compiler errors.

Did you push version0.2.4 to pod trunk?

I installed 0.2.4 using cocoapods by giving it the path of this git repo.

I also encountered this problem. There are workarounds, but if you can push the latest version to cocoapods, you can solve the problem briefly.