Podfile 880 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '14.0'
  3. target 'AppBuilder' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. pod 'NexilisLite', :path => '../NexilisLite'
  7. # pod 'nuSDKService', '~> 0.0.8'
  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. # Pods for AppBuilder
  14. # target 'AppBuilderTests' do
  15. #inherit! :search_paths
  16. # Pods for testing
  17. # end
  18. #target 'AppBuilderUITests' do
  19. # Pods for testing
  20. #end
  21. # post_install do |installer|
  22. # installer.pods_project.targets.each do |target|
  23. # target.build_configurations.each do |config|
  24. # config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
  25. # end
  26. # end
  27. # end
  28. end