davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
507 stars 147 forks source link

Inconsistent dependency between podspec and Cartfile #172

Closed peteranny closed 4 years ago

peteranny commented 4 years ago

Just found different dependent versions in podspec and Cartfile

https://github.com/davidstump/SwiftPhoenixClient/blob/master/SwiftPhoenixClient.podspec#L43

s.dependency 'Starscream', '~> 3.1.0'

https://github.com/davidstump/SwiftPhoenixClient/blob/master/Cartfile#L1

github "daltoniam/Starscream" == 3.1.0

Should they be consistent?

dsrees commented 4 years ago

see #168

Looks like there is a version 3.1.1 which it could be pinned to