Skip to content

Commit

Permalink
fix(ios): update SDWebImage (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoz authored Sep 15, 2021
1 parent 0b9d5a1 commit a1eeb75
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 a1eeb75

Please sign in to comment.