Podfile 384 B

12345678910111213141516
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '14.0'
  3. target 'Runner' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for Runner
  7. pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
  8. target 'RunnerTests' do
  9. inherit! :search_paths
  10. # Pods for testing
  11. end
  12. end