Switch to Accelerate for blurring

Core Image crashes were still showing up in our stack traces
even after many speculative fixes. Lets see if accelerate does
better.
This commit is contained in:
Garrett Moon
2016-01-22 15:43:43 -08:00
parent e9efabbab8
commit c98d5626f2
2 changed files with 112 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
cs.source_files = 'Pod/Classes/**/*.{h,m}'
cs.exclude_files = 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.h', 'Pod/Classes/Image Categories/FLAnimatedImageView+PINRemoteImage.m'
cs.public_header_files = 'Pod/Classes/**/*.h'
cs.frameworks = 'UIKit', 'ImageIO', 'CoreImage'
cs.frameworks = 'UIKit', 'ImageIO', 'Accelerate'
cs.dependency 'PINCache', '>=2.1'
end