Index: third_party/grpc/src/objective-c/tests/Podfile |
diff --git a/third_party/grpc/src/objective-c/tests/Podfile b/third_party/grpc/src/objective-c/tests/Podfile |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7ec7a258982bff2fa1af5573ce51e309d918ff27 |
--- /dev/null |
+++ b/third_party/grpc/src/objective-c/tests/Podfile |
@@ -0,0 +1,31 @@ |
+source 'https://github.com/CocoaPods/Specs.git' |
+platform :ios, '8.0' |
+ |
+pod 'Protobuf', :path => "../../../third_party/protobuf" |
+pod 'BoringSSL', :podspec => ".." |
+pod 'gRPC', :path => "../../.." |
+pod 'RemoteTest', :path => "RemoteTestClient" |
+ |
+link_with 'AllTests', |
+ 'RxLibraryUnitTests', |
+ 'InteropTests', |
+ 'InteropTestsLocalSSL', |
+ 'InteropTestsLocalCleartext' |
+ |
+target 'Tests' do |
+end |
+ |
+target 'AllTests' do |
+end |
+ |
+target 'RxLibraryUnitTests' do |
+end |
+ |
+target 'InteropTestsRemote' do |
+end |
+ |
+target 'InteropTestsLocalSSL' do |
+end |
+ |
+target 'InteropTestsLocalCleartext' do |
+end |