2 "name": "FirebaseFunctions",
4 "summary": "Cloud Functions for Firebase",
5 "description": "Cloud Functions for Firebase.",
6 "homepage": "https://developers.google.com/",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-8.13.0"
22 "cocoapods_version": ">= 1.4.0",
23 "prefix_header_file": false,
25 "FirebaseFunctions/Sources/**/*",
26 "Interop/Auth/Public/*.h",
27 "FirebaseAppCheck/Sources/Interop/*.h",
28 "FirebaseCore/Sources/Private/*.h",
29 "FirebaseMessaging/Sources/Interop/FIRMessagingInterop.h"
31 "public_header_files": "FirebaseFunctions/Sources/Public/FirebaseFunctions/*.h",
36 "GTMSessionFetcher/Core": [
40 "pod_target_xcconfig": {
41 "GCC_C_LANGUAGE_STANDARD": "c99",
42 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
52 "FirebaseFunctions/Tests/Unit/*.[mh]",
53 "FirebaseFunctions/Tests/SwiftUnit/**/*",
54 "SharedTestUtilities/FIRAuthInteropFake*",
55 "SharedTestUtilities/FIRMessagingInteropFake*",
56 "SharedTestUtilities/AppCheckFake/*.[mh]"
60 "name": "integration",
66 "FirebaseFunctions/Tests/Integration/*.[mh]",
67 "SharedTestUtilities/FIRAuthInteropFake*",
68 "SharedTestUtilities/FIRMessagingInteropFake*"