diff options
author | yang-g <yangg@google.com> | 2016-07-18 16:30:58 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-07-18 16:30:58 -0700 |
commit | c76e48b8d38ed8d1c0359a3da2e60b87b93a99d9 (patch) | |
tree | f3c9e2b5e9f3d5345f6e46f07e6414262acd0377 /src/objective-c/examples/SwiftSample/Podfile | |
parent | 9275d4067cfd9233edf2ae9a0fe1255c8c730f19 (diff) | |
parent | 2eebe29ec84ed6b2d5c64016b12e1782281d5a38 (diff) |
Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early
Diffstat (limited to 'src/objective-c/examples/SwiftSample/Podfile')
-rw-r--r-- | src/objective-c/examples/SwiftSample/Podfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objective-c/examples/SwiftSample/Podfile b/src/objective-c/examples/SwiftSample/Podfile index b675fd29ef..2f783340f5 100644 --- a/src/objective-c/examples/SwiftSample/Podfile +++ b/src/objective-c/examples/SwiftSample/Podfile @@ -12,6 +12,9 @@ target 'SwiftSample' do # Use the local versions of Protobuf, BoringSSL, and gRPC. You don't need any of the following # lines in your application. + pod '!ProtoCompiler', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" + pod '!ProtoCompiler-gRPCPlugin', :path => "#{GRPC_LOCAL_SRC}/src/objective-c" + pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf" pod 'BoringSSL', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c" |