From 199031f0178ed0d672d59f401e35e5b93f4a749c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=93=E7=8E=84?= Date: Tue, 2 Jul 2019 22:55:54 +0800 Subject: [PATCH] Update react-native-webview.podspec --- react-native-webview.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-webview.podspec b/react-native-webview.podspec index 9cf5520..6df47e5 100644 --- a/react-native-webview.podspec +++ b/react-native-webview.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/react-native-community/react-native-webview.git" } + s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React'