blob: 15b50d622bea157f7b5d8735a1ff23ca4cd7bedd [file] [log] [blame]
{
"name": "FirebaseFunctions",
"version": "2.8.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.8.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/FirebaseFunctions/*.h",
"dependencies": {
"FirebaseCore": [
"~> 6.10"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRFunctions_VERSION=2.8.0",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"Functions/Example/Test*/*.[mh]",
"SharedTestUtilities/FIRAuthInteropFake*"
]
},
{
"name": "integration",
"test_type": "unit",
"source_files": [
"Functions/Example/IntegrationTests/*.[mh]",
"Functions/Example/TestUtils/*.[mh]",
"SharedTestUtilities/FIRAuthInteropFake*",
"Functions/Example/GoogleService-Info.plist"
]
}
]
}