aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide/Podfile
blob: efa46bba4fa9ed7c52d7c01b2742d4b5365042c4 (plain)
1
2
3
4
5
6
7
8
9
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'RouteGuideClient' do
  pod 'Protobuf', :path => "../../../third_party/protobuf"
  pod 'gRPC', :path => "../../.."
  # Depend on the generated RouteGuide library.
  pod 'RouteGuide', :path => '.'
end