[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 2 / FirebaseSessions / 10.19.0 / FirebaseSessions.podspec.json
blobf052bb02c78a8258845b8181afb215dce6cfe136
2   "name": "FirebaseSessions",
3   "version": "10.19.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.19.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.4.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.10"
45     ],
46     "nanopb": [
47       ">= 2.30908.0",
48       "< 2.30910.0"
49     ],
50     "PromisesSwift": [
51       "~> 2.1"
52     ]
53   },
54   "pod_target_xcconfig": {
55     "GCC_C_LANGUAGE_STANDARD": "c99",
56     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
57     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
58   },
59   "testspecs": [
60     {
61       "name": "unit",
62       "test_type": "unit",
63       "scheme": {
64         "code_coverage": true
65       },
66       "platforms": {
67         "ios": "11.0",
68         "osx": "10.13",
69         "tvos": "12.0"
70       },
71       "source_files": "FirebaseSessions/Tests/Unit/**/*.swift",
72       "resources": "FirebaseSessions/Tests/Fixtures/**/*",
73       "requires_app_host": true
74     }
75   ],
76   "swift_version": "5.3"