[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 2 / FirebaseSessions / 10.27.0 / FirebaseSessions.podspec.json
blob91855ed400b9a35238dba8f7836d91ad03a9d33a
2   "name": "FirebaseSessions",
3   "version": "10.27.0",
4   "summary": "Firebase Sessions",
5   "description": "Not for public use.\nSDK for sending events for Firebase App Quality Sessions.",
6   "homepage": "https://firebase.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-10.27.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "6.0"
23   },
24   "cocoapods_version": ">= 1.12.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseSessions/Sources/**/*.{swift}",
28     "FirebaseSessions/SourcesObjC/**/*.{c,h,m,mm}"
29   ],
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 10.5"
33     ],
34     "FirebaseCoreExtension": [
35       "~> 10.0"
36     ],
37     "FirebaseInstallations": [
38       "~> 10.0"
39     ],
40     "GoogleDataTransport": [
41       "~> 9.2"
42     ],
43     "GoogleUtilities/Environment": [
44       "~> 7.13"
45     ],
46     "GoogleUtilities/UserDefaults": [
47       "~> 7.13"
48     ],
49     "nanopb": [
50       ">= 2.30908.0",
51       "< 2.30911.0"
52     ],
53     "PromisesSwift": [
54       "~> 2.1"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "GCC_C_LANGUAGE_STANDARD": "c99",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
61   },
62   "testspecs": [
63     {
64       "name": "unit",
65       "test_type": "unit",
66       "scheme": {
67         "code_coverage": true
68       },
69       "platforms": {
70         "ios": "11.0",
71         "osx": "10.13",
72         "tvos": "12.0"
73       },
74       "source_files": "FirebaseSessions/Tests/Unit/**/*.swift",
75       "resources": "FirebaseSessions/Tests/Fixtures/**/*",
76       "requires_app_host": true
77     }
78   ],
79   "swift_version": "5.3"