diff --git a/RNSVG.podspec b/RNSVG.podspec index 044196b9..50c04899 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.source_files = 'ios/**/*.{h,m}' s.requires_arc = true s.dependency 'React' - s.dependency 'React/RCTImage' + s.dependency 'React-RCTImage' end