aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples/Sample/Podfile
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-23 12:40:28 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-23 12:40:28 -0800
commitbed880bf14f3b9ca42a3c29804f6077517c2fbdd (patch)
tree6c1d576f12f835662e7d3d342814c9ae1285b110 /src/objective-c/examples/Sample/Podfile
parente2b6018712b60cb7eb3eec579a248d584c9e7b01 (diff)
parentd5c1b56ddae54d887b2387b53a5d25fc015b03d8 (diff)
Merge pull request #632 from jcanizales/add-grpcclient-podspec
Adds Podspec for GRPCClient
Diffstat (limited to 'src/objective-c/examples/Sample/Podfile')
-rw-r--r--src/objective-c/examples/Sample/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/examples/Sample/Podfile b/src/objective-c/examples/Sample/Podfile
index fa98987910..2b142a67d0 100644
--- a/src/objective-c/examples/Sample/Podfile
+++ b/src/objective-c/examples/Sample/Podfile
@@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'RxLibrary', :path => "../../RxLibrary"
+pod 'GRPCClient', :path => "../../GRPCClient"
target 'Sample' do