lukegeiger / LGSemiModalNavController

A UINavigationController subclass that presents itself a dynamic amount in a view controller using the UIViewControllerAnimatedTransitioning protocol.
MIT License
409 stars 38 forks source link

cocoapods didn't find LGSemiModalNavController #1

Closed Yak0xff closed 9 years ago

Yak0xff commented 9 years ago

[!] Unable to find a pod with name matching `LGSemiModalNavController'

lukegeiger commented 9 years ago

Hey @RobinChao not sure what this could be. I created a sample project and tried to replicate but I cant. It seems to be working just fine for me. Make sure you have the following

pod "LGSemiModalNavController"

Here is the pod on cocoapods.org https://cocoapods.org/?q=lgsemimodal

I edit podfiles in vi, and I know a few times when I tried editing them in some other text editor, it would act up a bit when it came to entering quotes. So I am assuming that is what is going on.

lukegeiger commented 9 years ago

Closing for now, feel free to reopen if you need more help.