aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Connectivity/Podfile
blob: f9224d9e4e970249d8996b3d6c31d7bd4139ddae (plain)
1
2
3
4
5
6
7
8
9
10
install! 'cocoapods', :deterministic_uuids => false

# Location of gRPC's repo root relative to this file.
GRPC_LOCAL_SRC = '../../../..'

target 'ConnectivityTestingApp' do
  pod 'gRPC', :path => GRPC_LOCAL_SRC
  pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf"
  pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
end