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