-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
27 lines (22 loc) · 778 Bytes
/
Podfile
File metadata and controls
27 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'reactNativeMonoRepoStarter' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
# Pods for reactNativeMonoRepoStarter
pod 'Firebase/Core', '~> 6.2.0'
pod 'GoogleIDFASupport', '~> 3.14.0'
pod 'Firebase/Auth', '~> 6.2.0'
pod 'Firebase/Firestore', '~> 6.2.0'
pod 'Fabric', '~> 1.10.1'
pod 'Crashlytics', '~> 3.13.1'
pod 'Firebase/Database', '~> 6.2.0'
pod 'Firebase/RemoteConfig', '~> 6.2.0'
pod 'Firebase/Storage', '~> 6.2.0'
pod 'Firebase/Performance', '~> 6.2.0'
pod 'Firebase/Messaging', '~> 6.2.0'
target 'reactNativeMonoRepoStarterTests' do
inherit! :search_paths
# Pods for testing
end
end