alusev / EGFormValidator

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

Error to Install. #2

Closed rpinto18 closed 7 years ago

rpinto18 commented 7 years ago

Help me please. Unable to find a specification for EGFormValidator

alusev commented 7 years ago

There's an installation guide in the README.

Can you share an error log or an error message?

rpinto18 commented 7 years ago

Console...

capture
alusev commented 7 years ago

Can you show me your Podfile?

rpinto18 commented 7 years ago

Yes.

captura de pantalla 2017-02-22 a las 10 21 29 a m
alusev commented 7 years ago

There's nothing wrong with your configuration file. I couldn't reproduce the error. It's probably has something to do with CocoaPods itself. Can you rm -rf ~/.cocoapods/repos/master and try installing again?

rpinto18 commented 7 years ago

I used 'pod update'. Solved

Thanks.