fix: error during pod install. Tags have v prefix. (#205)
This commit is contained in:
parent
4cb20cc8d3
commit
a0a48b6fa7
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue