grpc/examples/objective-c/auth_sample
Jorge Canizales 8f525f9bc5 Fix: Cocoapods doesn’t like dirs that start with ./
I wasted a huge amount of time debugging this madness.
2016-07-11 14:24:48 -07:00
..
AuthSample.xcodeproj Add .xcscheme files for ObjC examples 2016-06-27 10:30:51 -07:00
Misc move examples to correct locations 2015-08-27 14:00:20 -07:00
AuthTestService.podspec Fix: Cocoapods doesn’t like dirs that start with ./ 2016-07-11 14:24:48 -07:00
MakeRPCViewController.h move examples to correct locations 2015-08-27 14:00:20 -07:00
MakeRPCViewController.m Update copyrights 2016-03-31 07:46:18 -07:00
Podfile Use the deployed protoc spec in samples and README 2016-07-11 11:09:59 -07:00
README.md ObjC: Start with helloworld, then the web page 2015-10-27 10:50:03 -07:00
SelectUserViewController.h move examples to correct locations 2015-08-27 14:00:20 -07:00
SelectUserViewController.m move examples to correct locations 2015-08-27 14:00:20 -07:00

README.md

#OAuth2 on gRPC: Objective-C

This is the supporting code for the tutorial "OAuth2 on gRPC: Objective-C."