Skip to content

Commit

Permalink
fix: xcode 12 compatibility (DylanVann#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasinskas authored Nov 1, 2020
1 parent a53f3ab commit 23c3955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFastImage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23c3955

Please sign in to comment.