diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-03-23 23:08:27 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-04-21 18:33:33 -0700 |
commit | d168f50e4e8a874e587c7ab79c102636b92438fd (patch) | |
tree | 1006e118ed312a94a3cd4d77d7dbdbea7e24335b /src/objective-c/examples/Sample/Podfile | |
parent | 7205cda0f0e9c85b67b45adef900e06adbdf8bcd (diff) |
Adds podspec for the generated files
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r-- | src/objective-c/examples/Sample/Podfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile index 471b83c6c7..8b1a90e39b 100644 --- a/src/objective-c/examples/Sample/Podfile +++ b/src/objective-c/examples/Sample/Podfile @@ -3,6 +3,7 @@ platform :ios, '8.0' pod 'gRPC', :path => "../../../.." pod 'Route_guide', :path => "RouteGuideClient" +pod 'RemoteTest', :path => "RemoteTestClient" link_with 'Sample', 'SampleTests' |