Przeglądaj źródła

chore: remove React dependency

Radek Czemerys 4 lat temu
rodzic
commit
1b53bf3b50
No account linked to committer's email address
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      react-native-webview.podspec

+ 0
- 1
react-native-webview.podspec Wyświetl plik

@@ -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