[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 8.14.0 / FirebaseMessaging.podspec.json
blob8b3b5b13927598a41e5c23d3f2b6439c620dd571
2   "name": "FirebaseMessaging",
3   "version": "8.14.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-8.14.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseMessaging/Sources/**/*",
27     "FirebaseMessaging/Sources/Protogen/nanopb/*.h",
28     "Interop/Analytics/Public/*.h",
29     "FirebaseCore/Sources/Private/*.h",
30     "FirebaseInstallations/Source/Library/Private/*.h"
31   ],
32   "public_header_files": "FirebaseMessaging/Sources/Public/FirebaseMessaging/*.h",
33   "libraries": "sqlite3",
34   "pod_target_xcconfig": {
35     "GCC_C_LANGUAGE_STANDARD": "c99",
36     "GCC_PREPROCESSOR_DEFINITIONS": "PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1",
37     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
38   },
39   "ios": {
40     "frameworks": "SystemConfiguration"
41   },
42   "tvos": {
43     "frameworks": "SystemConfiguration"
44   },
45   "osx": {
46     "frameworks": "SystemConfiguration"
47   },
48   "weak_frameworks": "UserNotifications",
49   "dependencies": {
50     "FirebaseInstallations": [
51       "~> 8.0"
52     ],
53     "FirebaseCore": [
54       "~> 8.0"
55     ],
56     "GoogleUtilities/AppDelegateSwizzler": [
57       "~> 7.7"
58     ],
59     "GoogleUtilities/Reachability": [
60       "~> 7.7"
61     ],
62     "GoogleUtilities/Environment": [
63       "~> 7.7"
64     ],
65     "GoogleUtilities/UserDefaults": [
66       "~> 7.7"
67     ],
68     "GoogleDataTransport": [
69       "~> 9.1"
70     ],
71     "nanopb": [
72       "~> 2.30908.0"
73     ]
74   },
75   "testspecs": [
76     {
77       "name": "unit",
78       "test_type": "unit",
79       "scheme": {
80         "code_coverage": true
81       },
82       "platforms": {
83         "ios": "10.0",
84         "osx": "10.12",
85         "tvos": "10.0"
86       },
87       "source_files": [
88         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
89         "SharedTestUtilities/URLSession/*.[mh]"
90       ],
91       "requires_app_host": true,
92       "pod_target_xcconfig": {
93         "CLANG_ENABLE_OBJC_WEAK": "YES"
94       },
95       "dependencies": {
96         "OCMock": [
98         ]
99       }
100     },
101     {
102       "name": "integration",
103       "test_type": "unit",
104       "scheme": {
105         "code_coverage": true
106       },
107       "platforms": {
108         "ios": "10.0",
109         "osx": "10.12",
110         "tvos": "10.0"
111       },
112       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
113       "requires_app_host": true,
114       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
115     }
116   ]