Podfile 679 B

12345678910111213141516171819202122232425
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '14.0'
  3. source 'https://cdn.cocoapods.org/'
  4. source 'https://github.com/passbase/cocoapods-specs.git'
  5. source 'https://github.com/passbase/microblink-cocoapods-specs.git'
  6. target 'NexilisLite' do
  7. # Comment the next line if you don't want to use dynamic frameworks
  8. use_frameworks! :linkage => :static
  9. # Pods for NexilisLite
  10. pod 'nuSDKService', '~> 0.0.8'
  11. pod 'FMDB', '~> 2.7.5'
  12. pod 'NotificationBannerSwift', '~> 3.2.1'
  13. pod 'Alamofire', '~> 5.7.0'
  14. pod 'SDWebImage', '~> 5.15.7'
  15. pod 'Toast-Swift', '~> 5.0.1'
  16. target 'NexilisLiteTests' do
  17. # Pods for testing
  18. end
  19. end