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

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