Skip to content

Commit

Permalink
Fix React dependency for Xcode 12
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrongnate committed Sep 29, 2020
1 parent 3684d4f commit 393311c
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 @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Elyx0/react-native-document-picker", :tag => "v#{s.version}" }
s.source_files = "ios/RNDocumentPicker/*.{h,m}"
s.platform = :ios, "9.0"
s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit 393311c

Please sign in to comment.