fix: error during pod install. Tags have v prefix. (#205)

This commit is contained in:
Steve Greenley
2020-06-23 08:49:05 +03:00
committed by GitHub
parent 4cb20cc8d3
commit a0a48b6fa7
+1 -1
View File
@@ -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'