-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
40 lines (33 loc) · 814 Bytes
/
Podfile
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
# Uncomment the next line to define a global platform for your project
platform :ios, '14.0'
# ignore all warnings from all pods
inhibit_all_warnings!
use_frameworks!
target 'MetaSecret' do
# Pods for Front
pod 'Firebase/Analytics'
pod 'Firebase/Crashlytics'
#pod 'Firebase/Messaging'
#pod 'Firebase/Performance'
#pod 'SDWebImage'
#pod 'ObjectMapper'
pod 'RealmSwift'
#pod "ObjectMapper+Realm"
pod 'Swinject'
pod 'SwinjectAutoregistration'
pod 'PromiseKit'
pod 'YandexMobileMetrica'
# Show stub for views while loading
#pod 'SkeletonView'
# This library will help you check JWT payload
#pod 'JWTDecode', '~> 2.4'
#pod 'SwiftyStoreKit'
# Segment SDK
#pod 'Analytics'
#pod 'Segment-WebEngage'
#pod 'WebEngage'
#pod 'segment-appsflyer-ios'
#pod 'Segment-Amplitude'
#, '~> 3.3.2'
#pod 'Amplitude', '~> 8.0'
end