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.8.0"
22 "cocoapods_version": ">= 1.4.0",
23 "prefix_header_file": false,
25 "Functions/FirebaseFunctions/**/*",
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": "Functions/FirebaseFunctions/Public/FirebaseFunctions/*.h",
36 "GTMSessionFetcher/Core": [
40 "pod_target_xcconfig": {
41 "GCC_C_LANGUAGE_STANDARD": "c99",
42 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
52 "Functions/Example/Test*/*.[mh]",
53 "Functions/Tests/Unit/Swift/**/*",
54 "SharedTestUtilities/FIRAuthInteropFake*",
55 "SharedTestUtilities/FIRMessagingInteropFake*",
56 "SharedTestUtilities/AppCheckFake/*.[mh]"
60 "name": "integration",
66 "Functions/Example/IntegrationTests/*.[mh]",
67 "Functions/Example/TestUtils/*.[mh]",
68 "SharedTestUtilities/FIRAuthInteropFake*",
69 "SharedTestUtilities/FIRMessagingInteropFake*",
70 "Functions/Example/GoogleService-Info.plist"