Podfile 602 B

123456789101112131415161718192021222324
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '14.0'
  3. target 'NexilisLite' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks! :linkage => :static
  6. # Pods for NexilisLite
  7. pod 'nuSDKService', '~> 1.0.0'
  8. pod 'FMDB', '~> 2.7.5'
  9. pod 'NotificationBannerSwift', '3.0.6'
  10. pod 'Alamofire', '~> 5.8.1'
  11. pod 'SDWebImage', '~> 5.15.7'
  12. pod 'Toast-Swift', '~> 5.0.1'
  13. pod 'ZIPFoundation', '~> 0.9.16'
  14. pod 'SwiftLinkPreview', '~> 3.4.0'
  15. pod 'Popover'
  16. target 'NexilisLiteTests' do
  17. # Pods for testing
  18. end
  19. end