Podfile 753 B

1234567891011121314151617181920212223242526272829303132
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'DigiXLite' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks! :linkage => :static
  6. # Pods for DigiXLite
  7. pod 'nuSDKService', '~> 1.0.1'
  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 'DigiXLiteTests' do
  17. # Pods for testing
  18. end
  19. end
  20. target 'DigiXLiteResources' do
  21. # Comment the next line if you don't want to use dynamic frameworks
  22. use_frameworks!
  23. # Pods for DigiXLiteResources
  24. end