Skip to content

Commit

Permalink
fix: Update react-native-image-picker.podspec (#1565)
Browse files Browse the repository at this point in the history
This change fix XCode 12 compatibility problem.
Please check issue here: facebook/react-native#29633
  • Loading branch information
slobodans79 committed Jan 4, 2021
1 parent 8d08ba6 commit dc2e1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-image-picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/react-native-image-picker/react-native-image-picker.git", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"

s.dependency 'React'
s.dependency 'React-Core'
end

0 comments on commit dc2e1cd

Please sign in to comment.