GitHawkApp / ContextMenu

An iOS context menu UI inspired by Things 3.
http://githawk.com/
MIT License
982 stars 51 forks source link

Unable to find a specification for `ContextMenu` #21

Closed mikengyn closed 6 years ago

mikengyn commented 6 years ago

I get this when trying to install the Pod

Unable to find a specification for 'ContextMenu'

doing this will work however pod 'ContextMenu', git: 'https://github.com/GitHawkApp/ContextMenu.git'

marcuswu0814 commented 6 years ago

Maybe you can try pod repo update.

Sent with GitHawk

rnystrom commented 6 years ago

Double checked that the pod exists in trunk. Can you try updating and let us know?

Sent with GitHawk

mikengyn commented 6 years ago

ah that did the trick, thanks again!