vasily-popov / VPSocketIO

socket.io client objective-c
MIT License
21 stars 12 forks source link

CocoaPods can't find pod 'vpsocketio' #6

Closed canpoyrazoglu closed 6 years ago

canpoyrazoglu commented 6 years ago

Before you ask, yes, I did pod update

In my podfile I have (with 20+ other perfectly working pods): pod 'vpsocketio'

Though it says:

[!] Unable to find a specification for vpsocketio

canpoyrazoglu commented 6 years ago

Apparently, the podfile is case-sensitive. I've changed it to VPSocketIO and it worked. Updating the readme might be a good idea.

vasily-popov commented 6 years ago

Hi @canpoyrazoglu thank you for pointing it out. I updated READMe file.