[Add] BonreeCore 1.5.2
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 11.4.0 / FirebaseMessaging.podspec.json
blob708828a9c8310aa4fc44ac170304f79412b57daa
2   "name": "FirebaseMessaging",
3   "version": "11.4.0",
4   "summary": "Firebase Messaging",
5   "description": "Firebase Messaging is a service that allows you to send data from your server to your users'\niOS device, and also to receive messages from devices on the same connection. The service handles\nall aspects of queueing of messages and delivery to the target application running on the target\ndevice, and it is completely free.",
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.4.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.9",
18   "platforms": {
19     "ios": "13.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     "FirebaseMessaging/Sources/**/*.{c,m,h}",
28     "FirebaseMessaging/Sources/Protogen/nanopb/*.h",
29     "FirebaseMessaging/Interop/*.h",
30     "Interop/Analytics/Public/*.h",
31     "FirebaseCore/Extension/*.h",
32     "FirebaseInstallations/Source/Library/Private/*.h"
33   ],
34   "public_header_files": "FirebaseMessaging/Sources/Public/FirebaseMessaging/*.h",
35   "resource_bundles": {
36     "FirebaseMessaging_Privacy": "FirebaseMessaging/Sources/Resources/PrivacyInfo.xcprivacy"
37   },
38   "libraries": "sqlite3",
39   "pod_target_xcconfig": {
40     "GCC_C_LANGUAGE_STANDARD": "c99",
41     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
42     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
43   },
44   "ios": {
45     "frameworks": "SystemConfiguration"
46   },
47   "tvos": {
48     "frameworks": "SystemConfiguration"
49   },
50   "osx": {
51     "frameworks": "SystemConfiguration"
52   },
53   "weak_frameworks": "UserNotifications",
54   "dependencies": {
55     "FirebaseInstallations": [
56       "~> 11.0"
57     ],
58     "FirebaseCore": [
59       "~> 11.0"
60     ],
61     "GoogleUtilities/AppDelegateSwizzler": [
62       "~> 8.0"
63     ],
64     "GoogleUtilities/Reachability": [
65       "~> 8.0"
66     ],
67     "GoogleUtilities/Environment": [
68       "~> 8.0"
69     ],
70     "GoogleUtilities/UserDefaults": [
71       "~> 8.0"
72     ],
73     "GoogleDataTransport": [
74       "~> 10.0"
75     ],
76     "nanopb": [
77       "~> 3.30910.0"
78     ]
79   },
80   "testspecs": [
81     {
82       "name": "unit",
83       "test_type": "unit",
84       "scheme": {
85         "code_coverage": true
86       },
87       "platforms": {
88         "ios": "13.0",
89         "osx": "10.15",
90         "tvos": "13.0"
91       },
92       "source_files": [
93         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
94         "SharedTestUtilities/URLSession/*.[mh]"
95       ],
96       "requires_app_host": true,
97       "pod_target_xcconfig": {
98         "CLANG_ENABLE_OBJC_WEAK": "YES"
99       },
100       "dependencies": {
101         "OCMock": [
103         ]
104       }
105     },
106     {
107       "name": "integration",
108       "test_type": "unit",
109       "scheme": {
110         "code_coverage": true
111       },
112       "platforms": {
113         "ios": "13.0",
114         "osx": "10.15",
115         "tvos": "13.0"
116       },
117       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
118       "requires_app_host": true,
119       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
120     }
121   ],
122   "swift_version": "5.9"