CBZSplashView icon indicating copy to clipboard operation
CBZSplashView copied to clipboard

Update cocoapod to require ios 7

Open theill opened this issue 11 years ago • 1 comments

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.

theill avatar Aug 12 '14 08:08 theill

Thanks for raising this, something that slipped under the radar. will get this patched asap, thank you

callumboddy avatar Aug 12 '14 08:08 callumboddy