From e4794dc1f1ad0f4f2ee05a6f91bb1131bb6f25b1 Mon Sep 17 00:00:00 2001 From: Thorny <35000252+happy-thorny@users.noreply.github.com> Date: Tue, 2 Jul 2019 21:58:50 +0700 Subject: [PATCH] chore(podspec): Podspec source format fix (#681) --- 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 6df47e5..4140ecf 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", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React'