[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / 4 / FirebaseFunctions / 11.4.0 / FirebaseFunctions.podspec.json
blob4c40addfa1e2dd84a052f9f2c6f4ba93fb0ee9d3
2   "name": "FirebaseFunctions",
3   "version": "11.4.0",
4   "summary": "Cloud Functions for Firebase",
5   "description": "Cloud Functions for Firebase.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/Firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-11.4.0"
15   },
16   "swift_versions": "5.9",
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15",
20     "tvos": "13.0",
21     "watchos": "7.0"
22   },
23   "cocoapods_version": ">= 1.12.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseFunctions/Sources/**/*.swift"
27   ],
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 11.4"
31     ],
32     "FirebaseCoreExtension": [
33       "~> 11.4"
34     ],
35     "FirebaseAppCheckInterop": [
36       "~> 11.0"
37     ],
38     "FirebaseAuthInterop": [
39       "~> 11.0"
40     ],
41     "FirebaseMessagingInterop": [
42       "~> 11.0"
43     ],
44     "FirebaseSharedSwift": [
45       "~> 11.0"
46     ],
47     "GTMSessionFetcher/Core": [
48       ">= 3.4",
49       "< 5.0"
50     ]
51   },
52   "testspecs": [
53     {
54       "name": "objc",
55       "test_type": "unit",
56       "platforms": {
57         "ios": "13.0",
58         "osx": "10.15",
59         "tvos": "13.0"
60       },
61       "source_files": [
62         "FirebaseFunctions/Tests/ObjCIntegration/ObjC*"
63       ],
64       "requires_app_host": true
65     },
66     {
67       "name": "integration",
68       "test_type": "unit",
69       "platforms": {
70         "ios": "13.0",
71         "osx": "10.15",
72         "tvos": "13.0"
73       },
74       "source_files": "FirebaseFunctions/Tests/Integration/*.swift",
75       "requires_app_host": true
76     }
77   ],
78   "swift_version": "5.9"