# Uncomment the next line to define a global platform for your project platform :ios, '14.0' source 'https://cdn.cocoapods.org/' source 'https://github.com/passbase/cocoapods-specs.git' source 'https://github.com/passbase/microblink-cocoapods-specs.git' target 'NexilisLite' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! :linkage => :static # Pods for NexilisLite pod 'nuSDKService', '~> 0.0.8' pod 'FMDB', '~> 2.7.5' pod 'NotificationBannerSwift', '~> 3.2.1' pod 'Alamofire', '~> 5.7.0' pod 'SDWebImage', '~> 5.15.7' pod 'Toast-Swift', '~> 5.0.1' target 'NexilisLiteTests' do # Pods for testing end end