[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 9.4.0 / FirebaseMessaging.podspec.json
bloba240447b6fc379c2d7960482b9cd3750a0de81a8
2   "name": "FirebaseMessaging",
3   "version": "9.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-9.4.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.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       "~> 9.0"
54     ],
55     "FirebaseCore": [
56       "~> 9.0"
57     ],
58     "GoogleUtilities/AppDelegateSwizzler": [
59       "~> 7.7"
60     ],
61     "GoogleUtilities/Reachability": [
62       "~> 7.7"
63     ],
64     "GoogleUtilities/Environment": [
65       "~> 7.7"
66     ],
67     "GoogleUtilities/UserDefaults": [
68       "~> 7.7"
69     ],
70     "GoogleDataTransport": [
71       ">= 9.1.4",
72       "< 10.0.0"
73     ],
74     "nanopb": [
75       ">= 2.30908.0",
76       "< 2.30910.0"
77     ]
78   },
79   "testspecs": [
80     {
81       "name": "unit",
82       "test_type": "unit",
83       "scheme": {
84         "code_coverage": true
85       },
86       "platforms": {
87         "ios": "10.0",
88         "osx": "10.12",
89         "tvos": "10.0"
90       },
91       "source_files": [
92         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
93         "SharedTestUtilities/URLSession/*.[mh]"
94       ],
95       "requires_app_host": true,
96       "pod_target_xcconfig": {
97         "CLANG_ENABLE_OBJC_WEAK": "YES"
98       },
99       "dependencies": {
100         "OCMock": [
102         ]
103       }
104     },
105     {
106       "name": "integration",
107       "test_type": "unit",
108       "scheme": {
109         "code_coverage": true
110       },
111       "platforms": {
112         "ios": "10.0",
113         "osx": "10.12",
114         "tvos": "10.0"
115       },
116       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
117       "requires_app_host": true,
118       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
119     }
120   ],
121   "swift_version": "5.3"