aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/SwiftSample/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-11 00:34:14 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-11 00:34:14 -0700
commit6eade6dcd7456b6608113408fd866f2d4f0f3150 (patch)
tree046f1a9dc698fa707fff80b142fe55f02a550149 /src/objective-c/examples/SwiftSample/Podfile
parent3e53e1a5be4ee1d0433a64b73553496fa3f93827 (diff)
Podspecs for Protoc and the gRPC plugin
The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head.
Diffstat (limited to 'src/objective-c/examples/SwiftSample/Podfile')
-rw-r--r--src/objective-c/examples/SwiftSample/Podfile3
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"