[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 10.24.0 / FirebaseMessaging.podspec.json
blob0b52e86cf6a50ea2e8526cafbd6ccc75e4272f97
2   "name": "FirebaseMessaging",
3   "version": "10.24.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-10.24.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     "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       "~> 10.0"
57     ],
58     "FirebaseCore": [
59       "~> 10.0"
60     ],
61     "GoogleUtilities/AppDelegateSwizzler": [
62       "~> 7.8"
63     ],
64     "GoogleUtilities/Reachability": [
65       "~> 7.8"
66     ],
67     "GoogleUtilities/Environment": [
68       "~> 7.8"
69     ],
70     "GoogleUtilities/UserDefaults": [
71       "~> 7.8"
72     ],
73     "GoogleDataTransport": [
74       "~> 9.3"
75     ],
76     "nanopb": [
77       ">= 2.30908.0",
78       "< 2.30911.0"
79     ]
80   },
81   "testspecs": [
82     {
83       "name": "unit",
84       "test_type": "unit",
85       "scheme": {
86         "code_coverage": true
87       },
88       "platforms": {
89         "ios": "11.0",
90         "osx": "10.13",
91         "tvos": "12.0"
92       },
93       "source_files": [
94         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
95         "SharedTestUtilities/URLSession/*.[mh]"
96       ],
97       "requires_app_host": true,
98       "pod_target_xcconfig": {
99         "CLANG_ENABLE_OBJC_WEAK": "YES"
100       },
101       "dependencies": {
102         "OCMock": [
104         ]
105       }
106     },
107     {
108       "name": "integration",
109       "test_type": "unit",
110       "scheme": {
111         "code_coverage": true
112       },
113       "platforms": {
114         "ios": "11.0",
115         "osx": "10.13",
116         "tvos": "12.0"
117       },
118       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
119       "requires_app_host": true,
120       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
121     }
122   ],
123   "swift_version": "5.3"