Podfile 740 B

12345678910111213141516171819202122232425262728293031
  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.0'
  8. pod 'FMDB', '~> 2.7.5'
  9. pod 'NotificationBannerSwift', '~> 3.2.1'
  10. pod 'Alamofire', '~> 5.7.0'
  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. target 'DigiXLiteTests' do
  16. # Pods for testing
  17. end
  18. end
  19. target 'DigiXLiteResources' do
  20. # Comment the next line if you don't want to use dynamic frameworks
  21. use_frameworks!
  22. # Pods for DigiXLiteResources
  23. end