blob: 94fc5ae6f19d1d0f320af9c92e41759dcc9486d2 [file] [log] [blame]
{
"name": "FirebaseFunctions",
"version": "2.0.0",
"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.0.0"
},
"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": {
"FirebaseCore": [
"~> 5.0"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
}
}