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

install! 'cocoapods', :deterministic_uuids => false

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