Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 21 | 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
 
22 efrain 8
  pod 'Firebase/Core'
9
  pod 'Firebase/Analytics'
10
  pod 'Firebase/Messaging'
11
  pod 'Firebase/Crashlytics'
12
  pod 'Firebase/Performance'
13
  pod 'Firebase/InAppMessaging'
1 efrain 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'
13 efrain 23
  pod "TTGSnackbar"
21 efrain 24
  pod 'DataCache'
1 efrain 25
  #Pods for twogetskills
26
 
27
end