Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 1 | | 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/Analytics'
9
  pod 'Firebase/Messaging'
10
  pod 'Firebase/Crashlytics'
11
  pod 'Firebase/Performance'
12
  pod 'Firebase/InAppMessaging'
13
  pod 'Alamofire', '~> 5.2'
14
  pod 'AlamofireImage'
15
  pod 'SwiftyJSON', '~> 4.0'
16
  pod "Player", "~> 0.13.2"
17
  pod 'DeviceKit', '~> 4.0'
18
  pod 'RNCryptor', '~> 5.0'
19
  pod 'lottie-ios'
20
  pod 'HTMLEntities'
21
  pod 'SwiftRichString'
22
  pod "TTGSnackbar"
23
  pod 'DataCache'
17 efrain 24
  #pod 'FMDB'
1 efrain 25
  #Pods for twogetskills
26
 
27
end