Ver código fonte

chore: remove React dependency

Radek Czemerys 4 anos atrás
pai
commit
1b53bf3b50
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0
    1
      react-native-webview.podspec

+ 0
- 1
react-native-webview.podspec Ver arquivo

@@ -15,6 +15,5 @@ Pod::Spec.new do |s|
15 15
   s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
16 16
   s.source_files  = "apple/**/*.{h,m}"
17 17
 
18
-  s.dependency 'React'
19 18
   s.dependency 'React-Core'
20 19
 end