blob: 4279cab08252e0f6f6809022c978f7dd7b10c611 [file] [log] [blame]
{
"name": "FirebaseFunctions",
"version": "2.6.0",
"summary": "Cloud Functions for Firebase",
"description": "Cloud Functions for Firebase.",
"homepage": "https://developers.google.com/",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Functions-2.6.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": [
"Functions/FirebaseFunctions/**/*",
"Interop/Auth/Public/*.h",
"FirebaseCore/Sources/Private/*.h"
],
"public_header_files": "Functions/FirebaseFunctions/Public/*.h",
"dependencies": {
"FirebaseCore": [
"~> 6.8"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.6.0",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"Functions/Example/Test*/*.[mh]",
"Example/Shared/FIRAuthInteropFake*"
]
},
{
"name": "integration",
"test_type": "unit",
"source_files": [
"Functions/Example/IntegrationTests/*.[mh]",
"Functions/Example/TestUtils/*.[mh]",
"Example/Shared/FIRAuthInteropFake*",
"Functions/Example/GoogleService-Info.plist"
]
}
]
}