Fix the unused user header search path warning for CocoaPods 1.6.0. We already use the dependency of FL && libwebp Pods, these build configurations does not do anything

This commit is contained in:
DreamPiggy 2019-02-16 16:27:26 +08:00
parent ccb8b533c6
commit 4c743c7f54
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ Pod::Spec.new do |s|
gif.source_files = 'SDWebImage/FLAnimatedImage/*.{h,m}'
gif.dependency 'SDWebImage/Core'
gif.dependency 'FLAnimatedImage', '~> 1.0'
gif.xcconfig = {
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage'
}
end
s.subspec 'WebP' do |webp|