From a0a48b6fa75cebe20f88715cd41f9b06538be8d2 Mon Sep 17 00:00:00 2001 From: Steve Greenley Date: Tue, 23 Jun 2020 17:49:05 +1200 Subject: [PATCH] fix: error during pod install. Tags have v prefix. (#205) --- react-native-cameraroll.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-cameraroll.podspec b/react-native-cameraroll.podspec index 7f771e0..b02217c 100644 --- a/react-native-cameraroll.podspec +++ b/react-native-cameraroll.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-cameraroll.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/react-native-community/react-native-cameraroll.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React'