davdroman / Popsicle

Simple, extensible interpolation framework
MIT License
1.09k stars 105 forks source link

Cocoapods issue #7

Closed lumiasaki closed 10 years ago

lumiasaki commented 10 years ago

When I install DRDynamicSlideShow via pod,I have to import them like #import ,but the animation doesn't works,when I remove DRDynamicSlideShow from Podfile and reinstall,and then manually add 2 files into project ,import them like "DRDynamicSlideShow",the animation works! I can't figure out why...

davdroman commented 10 years ago

Dang! My bad. I totally forgot updating the pod for this library for a long time. Give me a while, I'll fix it.

EDIT: fixed it! Now it should work properly :+1:

lumiasaki commented 10 years ago

Thanks!