[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.1.1 / FirebaseFunctions.podspec.json
blob7da13793c1de9f8d57d2e249f4ba5ca620f9626c
2   "name": "FirebaseFunctions",
3   "version": "2.1.1",
4   "summary": "Cloud Functions for Firebase iOS SDK.",
5   "description": "iOS SDK for Cloud Functions for Firebase.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "Functions-2.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "cocoapods_version": ">= 1.4.0",
20   "static_framework": true,
21   "prefix_header_file": false,
22   "source_files": "Functions/FirebaseFunctions/**/*",
23   "public_header_files": "Functions/FirebaseFunctions/Public/*.h",
24   "dependencies": {
25     "FirebaseCore": [
26       "~> 5.0"
27     ],
28     "GTMSessionFetcher/Core": [
29       "~> 1.1"
30     ]
31   }