[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / e / 2 / FirebaseSessions / 11.0.0 / FirebaseSessions.podspec.json
blobc312a6ded5730941110f322b71203305710fe49c
2   "name": "FirebaseSessions",
3   "version": "11.0.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-11.0.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.9",
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "7.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       "~> 11.0"
33     ],
34     "FirebaseCoreExtension": [
35       "~> 11.0"
36     ],
37     "FirebaseInstallations": [
38       "~> 11.0"
39     ],
40     "GoogleDataTransport": [
41       "~> 10.0"
42     ],
43     "GoogleUtilities/Environment": [
44       "~> 8.0"
45     ],
46     "GoogleUtilities/UserDefaults": [
47       "~> 8.0"
48     ],
49     "nanopb": [
50       "~> 3.30910.0"
51     ],
52     "PromisesSwift": [
53       "~> 2.1"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "GCC_C_LANGUAGE_STANDARD": "c99",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
59     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
60   },
61   "testspecs": [
62     {
63       "name": "unit",
64       "test_type": "unit",
65       "scheme": {
66         "code_coverage": true
67       },
68       "platforms": {
69         "ios": "12.0",
70         "osx": "10.15",
71         "tvos": "13.0"
72       },
73       "source_files": "FirebaseSessions/Tests/Unit/**/*.swift",
74       "resources": "FirebaseSessions/Tests/Fixtures/**/*",
75       "requires_app_host": true
76     }
77   ],
78   "swift_version": "5.9"