Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 1 | Rev 13 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
# Uncomment the next line to define a global platform for your project
2
 platform :ios, '14.4'
3
 
4
target 'twogetskills' do
5
  # Comment the next line if you don't want to use dynamic frameworks
6
  use_frameworks!
7
 
8
  pod 'Firebase/Core'
9
  pod 'Firebase/Analytics'
10
  pod 'Firebase/Messaging'
11
  pod 'Firebase/Crashlytics'
12
  pod 'Firebase/Performance'
13
  pod 'Firebase/InAppMessaging'
14
  pod 'Alamofire', '~> 5.2'
15
  pod 'AlamofireImage'
16
  pod 'SwiftyJSON', '~> 4.0'
17
  pod "Player", "~> 0.13.2"
18
  pod 'DeviceKit', '~> 4.0'
19
  pod 'RNCryptor', '~> 5.0'
20
  pod 'lottie-ios'
21
  pod 'HTMLEntities'
22
  pod 'SwiftRichString'
23
 
3 efrain 24
 
1 efrain 25
  #pod 'NavigationStack'
26
  #pod 'FloatingLabelTextFieldSwiftUI'
27
  #pod 'SnackBar.swift'
28
  #pod 'ExytePopupView'
29
  #pod 'AlertToast'
30
  #pod "TTGSnackbar"
31
  #pod 'SweeterSwift'
32
  #Pods for twogetskills
33
 
34
end