mirror of https://github.com/grpc/grpc.git
parent
1d5adb38c4
commit
66ae6bfe46
1 changed files with 2 additions and 1 deletions
@ -1,8 +1,9 @@ |
|||||||
source 'https://github.com/CocoaPods/Specs.git' |
source 'https://github.com/CocoaPods/Specs.git' |
||||||
platform :ios, '8.0' |
platform :ios, '8.0' |
||||||
|
|
||||||
|
pod 'Protobuf', :path => "../../../../third_party/protobuf" |
||||||
pod 'gRPC', :path => "../../../.." |
pod 'gRPC', :path => "../../../.." |
||||||
pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient" |
pod 'RemoteTest', :path => "../RemoteTestClient" |
||||||
|
|
||||||
target 'Sample' do |
target 'Sample' do |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue