Podfile 219 B

12345678910
  1. target 'ExampleCode' do
  2. # Comment the next line if you don't want to use dynamic frameworks
  3. use_frameworks!
  4. # Pods for ExampleCode
  5. pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
  6. end