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