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": "Functions-2.7.0"
21 "cocoapods_version": ">= 1.4.0",
22 "static_framework": true,
23 "prefix_header_file": false,
25 "Functions/FirebaseFunctions/**/*",
26 "Interop/Auth/Public/*.h",
27 "FirebaseCore/Sources/Private/*.h"
29 "public_header_files": "Functions/FirebaseFunctions/Public/*.h",
34 "GTMSessionFetcher/Core": [
38 "pod_target_xcconfig": {
39 "GCC_C_LANGUAGE_STANDARD": "c99",
40 "GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.7.0",
41 "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
48 "Functions/Example/Test*/*.[mh]",
49 "SharedTestUtilities/FIRAuthInteropFake*"
53 "name": "integration",
56 "Functions/Example/IntegrationTests/*.[mh]",
57 "Functions/Example/TestUtils/*.[mh]",
58 "SharedTestUtilities/FIRAuthInteropFake*",
59 "Functions/Example/GoogleService-Info.plist"