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