Podfile 173 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 'Nexilis', '~> 2.2.0'
  6. end