Rev 3 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
# Uncomment the next line to define a global platform for your project
platform :ios, '14.4'
target 'twogetskills' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Firebase/Messaging'
pod 'Firebase/Crashlytics'
pod 'Firebase/Performance'
pod 'Firebase/InAppMessaging'
pod 'Alamofire', '~> 5.2'
pod 'AlamofireImage'
pod 'SwiftyJSON', '~> 4.0'
pod "Player", "~> 0.13.2"
pod 'DeviceKit', '~> 4.0'
pod 'RNCryptor', '~> 5.0'
pod 'lottie-ios'
pod 'HTMLEntities'
pod 'SwiftRichString'
#pod 'NavigationStack'
#pod 'FloatingLabelTextFieldSwiftUI'
#pod 'SnackBar.swift'
#pod 'ExytePopupView'
#pod 'AlertToast'
#pod "TTGSnackbar"
#pod 'SweeterSwift'
#Pods for twogetskills
end