Skip to content

Commit 96307eb

Browse files
priyathamkumarpriyatham.kumar
andauthored
fix: Corrected git version tag in podspec (#491)
Co-authored-by: priyatham.kumar <priyatham.kumar@gameskraft.com>
1 parent cdcd0b7 commit 96307eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-document-picker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => "11.0" }
14-
s.source = { :git => "https://github.com/rnmods/react-native-document-picker.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/rnmods/react-native-document-picker.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m,mm}"
1717

0 commit comments

Comments
 (0)