Skip to content

Commit

Permalink
fix: update SDWebImage and SDWebImageWebPCoder (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszadok committed Jul 17, 2020
1 parent 0fd9f77 commit 9646456
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'
s.dependency 'SDWebImage', '~> 5.0'
s.dependency 'SDWebImageWebPCoder', '~> 0.4.1'
s.dependency 'SDWebImage', '~> 5.8'
s.dependency 'SDWebImageWebPCoder', '~> 0.6.1'
end

1 comment on commit 9646456

@mafelix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe SDWebImage needs to be 5.9.1 now.

Reference here: #729

Please sign in to comment.