-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
67 lines (52 loc) · 1.53 KB
/
Podfile
File metadata and controls
67 lines (52 loc) · 1.53 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Uncomment the next line to define a global platform for your project
platform :ios, '13.5'
source 'https://github.com/CocoaPods/Specs.git'
target 'nextStudents' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for nextStudents
pod 'MessageKit'
pod 'MessageInputBar'
# Programmatically load custom fonts
pod 'FontBlaster'
# Elegant iOS form builder
pod 'Eureka'
pod 'ImageRow'
# Image picker
pod 'ImagePicker'
# add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'Firebase/Functions'
pod 'Firebase/Storage'
pod 'GoogleSignIn'
pod 'Firebase/Core'
# add pods for any other desired Firebase products
# https://firebase.google.com/docs/ios/setup#available-pods
end
target 'nextStudentsTests' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for nextStudents
pod 'MessageKit'
pod 'MessageInputBar'
# Programmatically load custom fonts
pod 'FontBlaster'
# Elegant iOS form builder
pod 'Eureka'
pod 'ImageRow'
# Image picker
pod 'ImagePicker'
# add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'
pod 'Firebase/Storage'
pod 'GoogleSignIn'
pod 'Firebase/Core'
# add pods for any other desired Firebase products
# https://firebase.google.com/docs/ios/setup#available-pods
end