diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-23 12:40:28 -0800 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-23 12:40:28 -0800 |
commit | bed880bf14f3b9ca42a3c29804f6077517c2fbdd (patch) | |
tree | 6c1d576f12f835662e7d3d342814c9ae1285b110 /src/objective-c/examples/Sample/Podfile | |
parent | e2b6018712b60cb7eb3eec579a248d584c9e7b01 (diff) | |
parent | d5c1b56ddae54d887b2387b53a5d25fc015b03d8 (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/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 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 |