Podfile 351 B

12345678910
  1. install! 'cocoapods', :deterministic_uuids => false
  2. # Location of gRPC's repo root relative to this file.
  3. GRPC_LOCAL_SRC = '../../../..'
  4. target 'ConnectivityTestingApp' do
  5. pod 'gRPC', :path => GRPC_LOCAL_SRC
  6. pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf"
  7. pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
  8. end