mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-27 19:15:50 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user