[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 2.1.0 / FirebaseFunctions.podspec.json
blob9ceaa95f148fd084824c9443d71e6ab957f9e949
2   "name": "FirebaseFunctions",
3   "version": "2.1.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.1.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   }