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

minimum deployment target

selfcreator opened this issue · comments

pod 'ActionCableClient', :git => 'https://github.com/danielrhodes/Swift-ActionCableClient', :branch => 'swift3'

Specs satisfying the ActionCableClient (fromhttps://github.com/danielrhodes/Swift-ActionCableClient`, branch swift3)` dependency were found, but they required a higher minimum deployment target.

Seems it requires iOS 9.0
Why?
Before Swift3, this project supports >= 8.0 right?
Current my project support OS >= 8.0

I can look into changing this if it is still an issue.

Otherwise, take a look at this, which shows that < iOS 9 represents under 5% of devices right now.

Fixed.

Thanks, @danielrhodes. We've already upgrade the deploy target to iOS 9 for our app.