diff --git a/GoogleSignIn.podspec b/GoogleSignIn.podspec index b82e5dcc..5e10b422 100644 --- a/GoogleSignIn.podspec +++ b/GoogleSignIn.podspec @@ -52,7 +52,6 @@ The Google Sign-In SDK allows users to sign in with their Google account from th unit_tests.source_files = [ 'GoogleSignIn/Tests/Unit/**/*.[mh]', ] - unit_tests.requires_app_host = true unit_tests.dependency 'OCMock' unit_tests.dependency 'GoogleUtilities/MethodSwizzler', '~> 7.2' unit_tests.dependency 'GoogleUtilities/SwizzlerTestHelpers', '~> 7.2' diff --git a/GoogleSignInSwiftSupport.podspec b/GoogleSignInSwiftSupport.podspec index d0b1e0c3..8d364885 100644 --- a/GoogleSignInSwiftSupport.podspec +++ b/GoogleSignInSwiftSupport.podspec @@ -33,6 +33,5 @@ Pod::Spec.new do |s| unit_tests.source_files = [ 'GoogleSignInSwift/Tests/Unit/*.swift', ] - unit_tests.requires_app_host = false end end