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