source 'https://github.com/CocoaPods/Specs.git' # Firebase Realtime Database test application. use_frameworks! :linkage => :static target 'integration_test' do platform :ios, '13.0' pod 'Firebase/Database', '11.13.0' pod 'Firebase/Auth', '11.13.0' end target 'integration_test_tvos' do platform :tvos, '13.0' pod 'Firebase/Database', '11.13.0' pod 'Firebase/Auth', '11.13.0' end post_install do |installer| # If this is running from inside the SDK directory, run the setup script. system("if [[ -r ../../setup_integration_tests.py ]]; then python3 ../../setup_integration_tests.py .; fi") system("python3 ./download_googletest.py") end