Skip to content

Commit

Permalink
fix: Corrected git version tag in podspec (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: priyatham.kumar <priyatham.kumar@gameskraft.com>
  • Loading branch information
priyathamkumar and priyatham.kumar authored Oct 21, 2021
1 parent cdcd0b7 commit 96307eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-document-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

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

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

Expand Down

0 comments on commit 96307eb

Please sign in to comment.