chore(docs): update repo references with new repo location (#1657)

Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
This commit is contained in:
Joshua Smith
2021-01-20 18:49:11 +01:00
committed by GitHub
co-authored by Thibault Malbranche
parent 43443d8ca8
commit 4b479d6d3f
8 changed files with 41 additions and 44 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.platforms = { :ios => "9.0", :osx => "10.13" }
s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
s.source = { :git => "https://github.com/react-native-webview/react-native-webview.git", :tag => "v#{s.version}" }
s.source_files = "apple/**/*.{h,m}"
s.dependency 'React-Core'