mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
v6 Implement Cloud Firestore (#2319)
This commit is contained in:
committed by
Mike Diarmid
parent
85672a479a
commit
1e1de2bd04
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
||||
s.ios.deployment_target = "9.0"
|
||||
s.source_files = '**/*.{h,m}'
|
||||
s.dependency 'React'
|
||||
s.dependency 'Firebase/Core', '~> 5.20.2'
|
||||
s.dependency 'Firebase/Core', '~> 6.3.0'
|
||||
s.dependency 'RNFBApp'
|
||||
s.static_framework = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user