mirror of https://github.com/grpc/grpc.git
parent
c2d7ecb699
commit
1d3734934f
2 changed files with 13 additions and 10 deletions
@ -1,13 +1,11 @@ |
||||
source 'https://github.com/CocoaPods/Specs.git' |
||||
platform :ios, '8.0' |
||||
|
||||
pod 'RxLibrary', :path => "../../RxLibrary" |
||||
pod 'GRPCClient', :path => "../../GRPCClient" |
||||
pod 'gRPC', :path => "../../../.." |
||||
pod 'RxLibrary', :path => "../../../.." |
||||
|
||||
target 'Sample' do |
||||
|
||||
end |
||||
|
||||
target 'SampleTests' do |
||||
|
||||
end |
||||
|
Loading…
Reference in new issue