[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 9.0.0 / FirebaseMessaging.podspec.json
blob97de73b9bbc97ac7a91048bc5b14eae42584e131
2   "name": "FirebaseMessaging",
3   "version": "9.0.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-9.0.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"
72     ],
73     "nanopb": [
74       "~> 2.30908.0"
75     ]
76   },
77   "testspecs": [
78     {
79       "name": "unit",
80       "test_type": "unit",
81       "scheme": {
82         "code_coverage": true
83       },
84       "platforms": {
85         "ios": "10.0",
86         "osx": "10.12",
87         "tvos": "10.0"
88       },
89       "source_files": [
90         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
91         "SharedTestUtilities/URLSession/*.[mh]"
92       ],
93       "requires_app_host": true,
94       "pod_target_xcconfig": {
95         "CLANG_ENABLE_OBJC_WEAK": "YES"
96       },
97       "dependencies": {
98         "OCMock": [
100         ]
101       }
102     },
103     {
104       "name": "integration",
105       "test_type": "unit",
106       "scheme": {
107         "code_coverage": true
108       },
109       "platforms": {
110         "ios": "10.0",
111         "osx": "10.12",
112         "tvos": "10.0"
113       },
114       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
115       "requires_app_host": true,
116       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
117     }
118   ],
119   "swift_version": "5.3"