From 264fd691c93cbbe31147df4df5451bbd9fc881a8 Mon Sep 17 00:00:00 2001 From: risck256 Date: Tue, 28 May 2019 18:09:42 +0200 Subject: [PATCH] fix "Could not find remote branch" error update podspec for fix error during "pod install" --- react-native-slider.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-slider.podspec b/react-native-slider.podspec index 15612243..d32e16ed 100644 --- a/react-native-slider.podspec +++ b/react-native-slider.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-slider.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/react-native-community/react-native-slider.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}" s.dependency 'React'