quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
873 stars 121 forks source link

Don't forget to update the podspec #12

Open peterfriese opened 10 years ago

peterfriese commented 10 years ago

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.

tonimoeckel commented 10 years ago

Sry .. there will be version 0.2 online soon...

shams-ahmed commented 10 years ago

bump!