android13/external/grpc-grpc/examples/cpp/helloworld/cocoapods/Podfile

9 lines
170 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
install! 'cocoapods', :deterministic_uuids => false
target 'HelloWorldCpp' do
pod 'gRPC-C++'
end