Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: third_party/grpc/examples/objective-c/route_guide/Podfile

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/grpc/examples/objective-c/route_guide/Podfile
diff --git a/third_party/grpc/examples/objective-c/route_guide/Podfile b/third_party/grpc/examples/objective-c/route_guide/Podfile
new file mode 100644
index 0000000000000000000000000000000000000000..b9f2fefd6d2a0702ab43c80b45a7fc2b3451f506
--- /dev/null
+++ b/third_party/grpc/examples/objective-c/route_guide/Podfile
@@ -0,0 +1,10 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+target 'RouteGuideClient' do
+ pod 'Protobuf', :path => "../../../third_party/protobuf"
+ pod 'BoringSSL', :podspec => "../../../src/objective-c"
+ pod 'gRPC', :path => "../../.."
+ # Depend on the generated RouteGuide library.
+ pod 'RouteGuide', :path => '.'
+end

Powered by Google App Engine
This is Rietveld 408576698