manicmaniac/ApolloDeveloperKit

View on GitHub
InstallTests/Podfile

Summary

Maintainability
Test Coverage
platform :ios, 10

target 'ApolloDeveloperKitInstallTests-iOS-CocoaPods' do
  use_frameworks!

  pod 'Apollo', '0.34.1'
  pod 'ApolloDeveloperKit', path: '../', configurations: ['Debug']
end