romaonthego / REMenu

Dropdown menu inspired by Vine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod 1.10 has no REMenuDelegate

hugo53 opened this issue · comments

Hey guys,
Thank you for this great repo. It's really awesome. However, I tried with Pod, using version 1.10 but there is no REMenuDelegate in REMenu.h. Please check!
screen shot 2015-01-07 at 12 18 24 pm

Thank you in advance!

Regards,
Hoang Ng.

I had the same issue.
I don't know what the cause is.
However, it seems that the CocoaPod spec doesn't download the latest version. I can get the latest version through:

pod 'REMenu', git: 'git@github.com:romaonthego/REMenu.git', commit: 'a92d973 1983960948032415af8de20e0ab479826'

Same issue here. Thanks @brianhu

For some reason your syntax didn't work for me. I had to use this:

pod 'REMenu', :git => 'https://github.com/romaonthego/REMenu.git', :commit => 'a92d9731983960948032415af8de20e0ab479826'

and then it worked just fine

@jlubeck , the syntax you were using is the ruby 1.x syntax, and the syntax I was using is ruby 2.x's.
Thanks for the update though, so we can help more people :)

commented

very helpful fix. thx @jlubeck