fix: Xcode 12 compatibility (#2975)

This commit is contained in:
Radek Czemerys 2020-09-17 17:07:03 +02:00 committed by GitHub
parent d5e74c05ed
commit 1e7152e179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,5 @@ Pod::Spec.new do |s|
s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
s.dependency 'React'
s.dependency 'React-Core'
end