[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.0.0 / FirebaseFunctions.podspec.json
blob94fc5ae6f19d1d0f320af9c92e41759dcc9486d2
2   "name": "FirebaseFunctions",
3   "version": "2.0.0",
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.0.0"
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   }