[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 8.4.0 / FirebaseMessaging.podspec.json
blobba87a9aae02eca2dfdf9fdf6140151505af7d49d
2   "name": "FirebaseMessaging",
3   "version": "8.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-8.4.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     "FirebaseInstallations/Source/Library/Private/*.h"
30   ],
31   "public_header_files": "FirebaseMessaging/Sources/Public/FirebaseMessaging/*.h",
32   "libraries": "sqlite3",
33   "pod_target_xcconfig": {
34     "GCC_C_LANGUAGE_STANDARD": "c99",
35     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
36   },
37   "ios": {
38     "frameworks": "SystemConfiguration"
39   },
40   "tvos": {
41     "frameworks": "SystemConfiguration"
42   },
43   "osx": {
44     "frameworks": "SystemConfiguration"
45   },
46   "weak_frameworks": "UserNotifications",
47   "dependencies": {
48     "FirebaseInstallations": [
49       "~> 8.0"
50     ],
51     "FirebaseCore": [
52       "~> 8.0"
53     ],
54     "GoogleUtilities/AppDelegateSwizzler": [
55       "~> 7.4"
56     ],
57     "GoogleUtilities/Reachability": [
58       "~> 7.4"
59     ],
60     "GoogleUtilities/Environment": [
61       "~> 7.4"
62     ],
63     "GoogleUtilities/UserDefaults": [
64       "~> 7.4"
65     ]
66   },
67   "testspecs": [
68     {
69       "name": "unit",
70       "test_type": "unit",
71       "scheme": {
72         "code_coverage": true
73       },
74       "platforms": {
75         "ios": "10.0",
76         "osx": "10.12",
77         "tvos": "10.0"
78       },
79       "source_files": [
80         "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
81         "SharedTestUtilities/URLSession/*.[mh]"
82       ],
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   ]