diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile new file mode 100644 index 00000000000..6df063a3801 --- /dev/null +++ b/src/objective-c/tests/Podfile @@ -0,0 +1,12 @@ +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '8.0' + +pod 'gRPC/RxLibrary', :path => "../../.." + +link_with 'AllTests' + +target 'Tests' do +end + +target 'AllTests' do +end