aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-04-21 11:39:37 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-04-21 11:39:37 -0700
commit045fabb290f59e59900f5cbff80c3e896c71f68c (patch)
treef5feba7bcd01d280c873181b12773f7653e7346c /src/objective-c/examples
parentaa83409dfdf8aa4e1f039612de15e3e853142f75 (diff)
Moves RxLibrary.podspec into gRPC.podspec
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r--src/objective-c/examples/Sample/Podfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index df07ab026a..848627ff54 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -2,7 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC', :path => "../../../.."
-pod 'RxLibrary', :path => "../../../.."
link_with 'Sample', 'SampleTests'