Skip to content

Commit

Permalink
fix(ios): update SDWebImage (DylanVann#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoz authored and tungdoanemddi committed Dec 26, 2023
1 parent f94927e commit b7ec46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNFastImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React-Core'
s.dependency 'SDWebImage', '~> 5.8'
s.dependency 'SDWebImageWebPCoder', '~> 0.6.1'
s.dependency 'SDWebImage', '~> 5.11.1'
s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
end

0 comments on commit b7ec46b

Please sign in to comment.