Podfile 186 B

1234567
  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. end