Podfile 717 B

12345678910111213141516171819202122232425
  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', '4.0.9'
  8. pod 'FMDB', '~> 2.7.12'
  9. pod 'NotificationBannerSwift', :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => '4.0.0'
  10. pod 'Alamofire', '~> 5.10.2'
  11. pod 'SDWebImage', '~> 5.20.0'
  12. pod 'Toast-Swift', '~> 5.1.1'
  13. pod 'ZIPFoundation', '~> 0.9.19'
  14. pod 'SwiftLinkPreview', '~> 3.4.0'
  15. pod 'Popover', '~> 1.3.0'
  16. pod 'KeychainAccess', '~> 4.2.2'
  17. target 'NexilisLiteTests' do
  18. # Pods for testing
  19. end
  20. end