Merge pull request #2622 from dreampiggy/project_podspec_warning

Fix the unused user header search path warning for CocoaPods 1.6.0.
This commit is contained in:
DreamPiggy 2019-02-18 15:06:20 +08:00 committed by GitHub
commit 16b780b3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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|