QMBParallaxScrollViewController icon indicating copy to clipboard operation
QMBParallaxScrollViewController copied to clipboard

Don't forget to update the podspec

Open peterfriese opened this issue 10 years ago • 2 comments

I just ran into an issue that was cause by me using an outdated version of your library. As the podspec file points to tag 0.1, it will not pick up your latest commits. I managed to work around this issue by pointing CocoaPods to the master branch:

pod 'QMBParallaxScrollViewController', :git => 'https://github.com/quemb/QMBParallaxScrollViewController.git'

But it certainly would helpful to be able to use the podspec file directly.

peterfriese avatar Feb 09 '14 17:02 peterfriese