Skip to content

Commit

Permalink
fix: pin native iOS code to tag version (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
buschco committed Apr 12, 2024
1 parent 2d69bcd commit cf16f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-date-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git" }
s.source = { :git => "https://github.com/henninghall/react-native-date-picker.git", :tag => "v#{s.version.to_s}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'React-Core'
Expand Down

0 comments on commit cf16f6b

Please sign in to comment.