xref: /aosp_15_r20/external/grpc-grpc/examples/objective-c/route_guide/Podfile (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1source 'https://github.com/CocoaPods/Specs.git'
2platform :ios, '10.0'
3
4install! 'cocoapods', :deterministic_uuids => false
5
6target 'RouteGuideClient' do
7  # Depend on the generated RouteGuide library.
8  pod 'RouteGuide', :path => '.'
9end
10