Merge pull request #1714 from jcanizales/point-to-official-proto-podspec

Point sample app to official protobuf podspec
pull/1668/head
Michael Lumish 10 years ago
commit 597c8726d6
  1. 2
      src/objective-c/examples/Sample/Podfile

@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
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 'RemoteTest', :path => "RemoteTestClient"

Loading…
Cancel
Save