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