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

This commit is contained in:
Steve Greenley 2020-06-23 17:49:05 +12:00 committed by GitHub
parent 4cb20cc8d3
commit a0a48b6fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'