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

Point sample app to official protobuf podspec

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