To do this "continuous integration", I was deleting my Pods directory each time. . . there might be a better way by now.
Jasper Blues
Landline: +63.2.826.2489
Skype: jasperblues
LinkedIn Twitter
On Sep 14, 2012, at 9:48 AM, Ben Hu <benzhe...@gmail.com> wrote:
> I am using CocoaPods 0.14.0. I am trying to use latest master branch of a library hosted on github. I changed my Podfile to point directly to the repo.
> pod 'lib' :git => 'lib repo url on github'
> Then I do pod install, but it does not update the library in the project at all. Does it have anything to do with the old podspec file in the master branch of the library? What is the correct way to do this? Thanks!