siegesmund / SwiftDDP

A Meteor client, written in Swift
MIT License
145 stars 60 forks source link

outdated CryptoSwift dependency #104

Open vantassell opened 7 years ago

vantassell commented 7 years ago

Currently swiftDDP depends on CryptoSwift 0.6.9 but CryptoSwift has had some major improvements and is currently at version 0.7.2. Could you update your dependency so we can use up to date crypto?

noumanaslam27 commented 7 years ago

same issue kindly update as soon as possible

machinen commented 6 years ago

Swift 4.0 doesn't allow the use of outdated usage of CryptoSwift. Will there be any update on the dependency so that we can continue using it?

alaindixon commented 6 years ago

Same issue :(

DelattreAdixon commented 6 years ago

I have updated manually the CryptoSwift library, it works fine but I'm looking forward a proper update of SwiftDDP. Hopefully it will be update for XCODE9. It's weird, Meteor is massive but there is only one library available on Cocoapod. Thank you for your work.