# Uncomment the next two lines for pre-release testing on internal repo #source 'sso://cpdc-internal/firebase' #source 'https://cdn.cocoapods.org/' source 'https://github.com/firebase/SpecsDev.git' source 'https://github.com/firebase/SpecsStaging.git' source 'https://cdn.cocoapods.org/' use_frameworks! target 'AuthSample' do platform :ios, '11.0' pod 'FirebaseCore', :path => '../../../' pod 'FirebaseCoreInternal', :path => '../../../' pod 'FirebaseAuth', :path => '../../../', :testspecs => ['unit'] pod 'FirebaseInstallations', :path => '../../..' pod 'FBSDKLoginKit', '< 13' pod 'GoogleSignIn', '~> 6' pod 'GTMSessionFetcher/Core' pod 'RecaptchaEnterprise', '~> 18.3' target 'Auth_ApiTests' do inherit! :search_paths end target 'SwiftApiTests' do inherit! :search_paths end target 'Auth_E2eTests' do inherit! :search_paths pod 'EarlGrey' end end