robb / RBBAnimation

Block-based animations made easy, comes with easing functions and a CASpringAnimation replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS6 Compatibility

marcodeltongo opened this issue · comments

Hello !

I tried to clone the repo and run the test on an old iPhone 3GS with v.6.1.3 without problems.

Is there any particular reason to set the .podspec to 7.0 ?

Great work by the way !

Oh, could've sworn I had set it to 6.

@orta can I just override the existing podspec in this case or should I create a new tag? I'm never quite sure when it's okay to do so…

feel free to go edit the original podspec to be 6, that won't cause any problems 👍

I've pushed 0.3.0 that should now work on OS 10.8+ as well as iOS 6+ (hope I didn't screw that one up)

Everything seems fine on iOS6 device ! ;-)

Closing issue.