[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 7.9.0 / FirebaseMessaging.podspec.json
blobc3ba3a38877836e270b82a637f52324d33535021
2   "name": "FirebaseMessaging",
3   "version": "7.9.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-7.9.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/**/*.[mh]",
27     "Interop/Analytics/Public/*.h",
28     "FirebaseCore/Sources/Private/*.h",
29     "Firebase/InstanceID/Private/*.h",
30     "Firebase/InstanceID/Public/*.h",
31     "FirebaseInstallations/Source/Library/Private/*.h"
32   ],
33   "requires_arc": "FirebaseMessaging/Sources/*.m",
34   "public_header_files": "FirebaseMessaging/Sources/Public/FirebaseMessaging/*.h",
35   "libraries": "sqlite3",
36   "pod_target_xcconfig": {
37     "GCC_C_LANGUAGE_STANDARD": "c99",
38     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
39   },
40   "ios": {
41     "frameworks": "SystemConfiguration"
42   },
43   "tvos": {
44     "frameworks": "SystemConfiguration"
45   },
46   "osx": {
47     "frameworks": "SystemConfiguration"
48   },
49   "weak_frameworks": "UserNotifications",
50   "dependencies": {
51     "FirebaseCore": [
52       "~> 7.0"
53     ],
54     "FirebaseInstanceID": [
55       "~> 7.0"
56     ],
57     "GoogleUtilities/AppDelegateSwizzler": [
58       "~> 7.0"
59     ],
60     "GoogleUtilities/Reachability": [
61       "~> 7.0"
62     ],
63     "GoogleUtilities/Environment": [
64       "~> 7.0"
65     ],
66     "GoogleUtilities/UserDefaults": [
67       "~> 7.0"
68     ]
69   },
70   "testspecs": [
71     {
72       "name": "unit",
73       "test_type": "unit",
74       "scheme": {
75         "code_coverage": true
76       },
77       "platforms": {
78         "ios": "10.0",
79         "osx": "10.12",
80         "tvos": "10.0"
81       },
82       "source_files": "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
83       "requires_app_host": true,
84       "pod_target_xcconfig": {
85         "CLANG_ENABLE_OBJC_WEAK": "YES"
86       },
87       "dependencies": {
88         "OCMock": [
90         ]
91       }
92     },
93     {
94       "name": "integration",
95       "test_type": "unit",
96       "scheme": {
97         "code_coverage": true
98       },
99       "platforms": {
100         "ios": "10.0",
101         "osx": "10.12",
102         "tvos": "10.0"
103       },
104       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
105       "requires_app_host": true,
106       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
107     }
108   ]