Skip to content

Commit e9558f4

Browse files
atennapelchristopherdro
authored andcommitted
add v in front of version number in the podspec tag (#139)
1 parent 7c1d9f3 commit e9558f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-html-to-pdf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platform = :ios, "9.0"
1414

15-
s.source = { :git => "https://github.com/christopherdro/react-native-html-to-pdf.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/christopherdro/react-native-html-to-pdf.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'

0 commit comments

Comments
 (0)