CBZSplashView
CBZSplashView copied to clipboard
Update cocoapod to require ios 7
The startAnimation method uses + (void)animateWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay usingSpringWithDamping:(CGFloat)dampingRatio initialSpringVelocity:(CGFloat)velocity options:(UIViewAnimationOptions)options animations:(void (^)(void))animations completion:(void (^)(BOOL finished))completion NS_AVAILABLE_IOS(7_0); which is only available in iOS7 but the cocoapod specifies only ios6 is required.
Thanks for raising this, something that slipped under the radar. will get this patched asap, thank you