blob: c8c20535f2bdf96575ab30b288d95b6b2237d9dc [file] [log] [blame]
{
"name": "FirebaseFunctions",
"version": "2.1.2",
"summary": "Cloud Functions for Firebase iOS SDK.",
"description": "iOS SDK for 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.1.2"
},
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Functions/FirebaseFunctions/**/*",
"public_header_files": "Functions/FirebaseFunctions/Public/*.h",
"dependencies": {
"FirebaseAuthInterop": [
"~> 1.0"
],
"FirebaseCore": [
"~> 5.1"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99"
}
}