tadeuzagallo / GithubPulse

OS X StatusBar app to help you remember to contribute every day on Github
http://tadeuzagallo.com/GithubPulse
MIT License
542 stars 20 forks source link

Add IYLoginItem git url to Podfile #7

Closed linclark closed 9 years ago

linclark commented 9 years ago

I'm not sure whether this is actually necessary because this is the first time I'm building anything with pod, so I might just be doing it wrong, but I kept getting the error [!] Unable to find a specification forIYLoginItem`when I tried topod install`. Adding this fixed the error.

tadeuzagallo commented 9 years ago

Hum, that's weird, because the specification is there... https://github.com/CocoaPods/Specs/blob/master/Specs/IYLoginItem/0.1/IYLoginItem.podspec.json

If you run a pod search IYLoginItem you can't find it as well?

linclark commented 9 years ago

Maybe that's it... when I ran that command, the first line of output was Setting up CocoaPods master repo. I'm guessing you need to set that up before you can run a pod install.

tadeuzagallo commented 9 years ago

I guess you have to run pod setup before installing the dependencies... Did you manage to install it?

linclark commented 9 years ago

Yep, pod install runs just fine now :) I'll file a PR with a note in the README