siegesmund / SwiftDDP

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

CryptoSwift Error #80

Closed black-lotus closed 8 years ago

black-lotus commented 8 years ago

Hi i got weird error in swift 2.3 can someone help me to fix this issue

i'm using swiftddp 0.3.2 pod 'SwiftDDP', '~> 0.3.2'

take a look of my screenshot screen shot 2016-10-31 at 10 34 28 am

Thank you

black-lotus commented 8 years ago

in SwiftDDP.podspec CryptoSwift using version 0.3 s.dependency 'CryptoSwift', '~> 0.3'

but when i install using pod pod install

CryptoSwift has 0.6.4 version screen shot 2016-10-31 at 10 45 59 am

black-lotus commented 8 years ago

hi @siegesmund i tried a lots of case and i fix that :) please review my pull request https://github.com/siegesmund/SwiftDDP/pull/81

Thank you in advance