blob: 4b65f07b48fb66972e812b089d1708965555e47c [file] [log] [blame]
platform :tvos, '10.0'
install! 'cocoapods', :deterministic_uuids => false
ROOT_DIR = '../../../..'
target 'tvOS-sample' do
pod 'gRPC-ProtoRPC', :path => ROOT_DIR
pod 'gRPC', :path => ROOT_DIR
pod 'gRPC-Core', :path => ROOT_DIR
pod 'gRPC-RxLibrary', :path => ROOT_DIR
pod 'RemoteTest', :path => "../RemoteTestClient"
pod '!ProtoCompiler-gRPCPlugin', :path => "#{ROOT_DIR}/src/objective-c"
end