aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/cocoapods/Podfile
blob: a471fe03cf37c70685ef966a2b3a6f81117bfb9f (plain)
1
2
3
4
5
6
7
8
9
10
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

source 'https://github.com/muxi/grpc-pod.git'

install! 'cocoapods', :deterministic_uuids => false

target 'HelloWorldCpp' do
  pod 'gRPC-C++'
end