Podfile 345 B

123456789
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '14.0'
  3. target 'AppBuilder' do
  4. use_frameworks!
  5. pod 'NexilisLite', :path => '../NexilisLite'
  6. pod 'StreamShield', :path => '../StreamShield'
  7. pod 'NotificationBannerSwift', :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => '4.0.0'
  8. end