blob: d30d9c52104e484d797dfd9a08ddda884cd83373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
pod 'Protobuf', :git => 'https://github.com/jcanizales/protobuf.git', :branch => 'add-podspec'
pod 'Route_guide', :path => "RouteGuideClient"
pod 'RemoteTest', :path => "RemoteTestClient"
link_with 'Sample', 'SampleTests'
target 'Sample' do
end
target 'SampleTests' do
end
|