Skip to content
Snippets Groups Projects
Commit ba65a102 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Point test and sample podfiles to protobuf release

parent 669c139a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
pod 'RemoteTest', :path => "../../generated_libraries/RemoteTestClient"
target 'Sample' do
......
......@@ -2,7 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../.."
pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'
pod 'RemoteTest', :path => "../generated_libraries/RemoteTestClient"
pod 'Route_guide', :path => "../generated_libraries/RouteGuideClient"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment