Skip to content

Commit b185477

Browse files
authored
Merge pull request #509 from mrbrentkelly/master
fix: Xcode 12 compatibility
2 parents dd966fc + e400198 commit b185477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-pdf.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.requires_arc = true
1515
s.platform = :ios, '8.0'
1616
s.source_files = 'ios/**/*.{h,m}'
17-
s.dependency 'React'
17+
s.dependency 'React-Core'
1818
end

0 commit comments

Comments
 (0)