[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 10.18.0 / FirebaseMessaging.podspec.json
blob4d3152fe8e7fec4d9180889bad2368ca00db6e93
2   "name": "FirebaseMessaging",
3   "version": "10.18.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.18.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     "FirebaseMessaging/Sources/**/*",
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   "libraries": "sqlite3",
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
39     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
40   },
41   "ios": {
42     "frameworks": "SystemConfiguration"
43   },
44   "tvos": {
45     "frameworks": "SystemConfiguration"
46   },
47   "osx": {
48     "frameworks": "SystemConfiguration"
49   },
50   "weak_frameworks": "UserNotifications",
51   "dependencies": {
52     "FirebaseInstallations": [
53       "~> 10.0"
54     ],
55     "FirebaseCore": [
56       "~> 10.0"
57     ],
58     "GoogleUtilities/AppDelegateSwizzler": [
59       "~> 7.8"
60     ],
61     "GoogleUtilities/Reachability": [
62       "~> 7.8"
63     ],
64     "GoogleUtilities/Environment": [
65       "~> 7.8"
66     ],
67     "GoogleUtilities/UserDefaults": [
68       "~> 7.8"
69     ],
70     "GoogleDataTransport": [
71       "~> 9.2"
72     ],
73     "nanopb": [
74       ">= 2.30908.0",
75       "< 2.30910.0"
76     ]
77   },
78   "testspecs": [
79     {
80       "name": "unit",
81       "test_type": "unit",
82       "scheme": {
83         "code_coverage": true
84       },
85       "platforms": {
86         "ios": "11.0",
87         "osx": "10.13",
88         "tvos": "12.0"
89       },
90       "source_files": [
91         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
92         "SharedTestUtilities/URLSession/*.[mh]"
93       ],
94       "requires_app_host": true,
95       "pod_target_xcconfig": {
96         "CLANG_ENABLE_OBJC_WEAK": "YES"
97       },
98       "dependencies": {
99         "OCMock": [
101         ]
102       }
103     },
104     {
105       "name": "integration",
106       "test_type": "unit",
107       "scheme": {
108         "code_coverage": true
109       },
110       "platforms": {
111         "ios": "11.0",
112         "osx": "10.13",
113         "tvos": "12.0"
114       },
115       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
116       "requires_app_host": true,
117       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
118     }
119   ],
120   "swift_version": "5.3"