fix: xcode 12 compatibility (#732)

This commit is contained in:
Rokas Kašinskas 2020-11-01 04:49:53 +02:00 committed by GitHub
parent a53f3ab8bd
commit 23c3955473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/DylanVann/react-native-fast-image.git", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"
s.dependency 'React'
s.dependency 'React-Core'
s.dependency 'SDWebImage', '~> 5.8'
s.dependency 'SDWebImageWebPCoder', '~> 0.6.1'
end