Fix Xcode 12 compatibility.

This commit is contained in:
Jin Shin 2020-10-01 10:12:52 +09:00
parent 2892b39090
commit e875d2e643

View File

@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/**/*.{h,m}'
s.exclude_files = 'android/**/*'
s.dependency "React"
s.dependency "React-Core"
#s.dependency "others"
end