[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 7.2.0 / FirebaseMessaging.podspec.json
blob6e3fd100a70c84b59ee91c0eb7798c4b43e0cfd9
2   "name": "FirebaseMessaging",
3   "version": "7.2.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.2.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       "platforms": {
75         "ios": "10.0",
76         "osx": "10.12",
77         "tvos": "10.0"
78       },
79       "source_files": "FirebaseMessaging/Tests/UnitTests*/*.{m,h,swift}",
80       "requires_app_host": true,
81       "pod_target_xcconfig": {
82         "CLANG_ENABLE_OBJC_WEAK": "YES"
83       },
84       "dependencies": {
85         "OCMock": [
87         ]
88       }
89     },
90     {
91       "name": "integration",
92       "test_type": "unit",
93       "platforms": {
94         "ios": "10.0",
95         "osx": "10.12",
96         "tvos": "10.0"
97       },
98       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
99       "requires_app_host": true,
100       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
101     }
102   ]