alusev / EGFormValidator

A simple form validation library written in Swift 4.0.
MIT License
14 stars 4 forks source link

Right version for Swift 4 #6

Open elchris78 opened 5 years ago

elchris78 commented 5 years ago

Hi there! I just updated a project from Swift 3 to Swift version 4 in which I was validating all text fields alrigth with the help of this awesome library, but now I just updated the project, EGFormValidator started to chash here: EGFormValidator_error

This is my pod file config: image

And the pod version just updated for this pod is marked as 2.0.0. (in Swift 3 was 1.0.0) How can I do to fix this? which pod file version is the right one? Thanks in advance..