# Uncomment the next line to define a global platform for your project platform :ios, '14.0' target 'NexilisLite' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! :linkage => :static # Pods for NexilisLite pod 'nuSDKService', '4.0.22' pod 'FMDB/SQLCipher', '~> 2.7.12' pod 'NotificationBannerSwift', :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => '4.0.0' pod 'Alamofire', '~> 5.10.2' pod 'SDWebImage', '~> 5.20.0' pod 'Toast-Swift', '~> 5.1.1' pod 'ZIPFoundation', '~> 0.9.19' pod 'SwiftLinkPreview', '~> 3.4.0' pod 'Popover', '~> 1.3.0' pod 'KeychainAccess', '~> 4.2.2' pod 'Firebase/Auth', '~> 11.14.0' target 'NexilisLiteTests' do # Pods for testing end end