xref: /aosp_15_r20/external/grpc-grpc/examples/cpp/helloworld/cocoapods/Podfile (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '10.0'
3
4install! 'cocoapods', :deterministic_uuids => false
5
6target 'HelloWorldCpp' do
7  pod 'gRPC-C++'
8end
9