[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 4.4.1 / FirebaseMessaging.podspec.json
blob9259f03a25932a61a56925200a343e34236a34c5
2   "name": "FirebaseMessaging",
3   "version": "4.4.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.4.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": "FirebaseMessaging/Sources/**/*.[mh]",
27   "requires_arc": "FirebaseMessaging/Sources/*.m",
28   "public_header_files": "FirebaseMessaging/Sources/Public/*.h",
29   "libraries": "sqlite3",
30   "pod_target_xcconfig": {
31     "GCC_C_LANGUAGE_STANDARD": "c99",
32     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=4.4.1",
33     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
34   },
35   "ios": {
36     "frameworks": "SystemConfiguration"
37   },
38   "tvos": {
39     "frameworks": "SystemConfiguration"
40   },
41   "osx": {
42     "frameworks": "SystemConfiguration"
43   },
44   "weak_frameworks": "UserNotifications",
45   "dependencies": {
46     "FirebaseAnalyticsInterop": [
47       "~> 1.5"
48     ],
49     "FirebaseCore": [
50       "~> 6.6"
51     ],
52     "FirebaseInstanceID": [
53       "~> 4.3"
54     ],
55     "GoogleUtilities/AppDelegateSwizzler": [
56       "~> 6.5"
57     ],
58     "GoogleUtilities/Reachability": [
59       "~> 6.5"
60     ],
61     "GoogleUtilities/Environment": [
62       "~> 6.5"
63     ],
64     "GoogleUtilities/UserDefaults": [
65       "~> 6.5"
66     ],
67     "Protobuf": [
68       "~> 3.9",
69       ">= 3.9.2"
70     ]
71   },
72   "testspecs": [
73     {
74       "name": "unit",
75       "test_type": "unit",
76       "platforms": {
77         "ios": "8.0",
78         "osx": "10.11",
79         "tvos": "10.0"
80       },
81       "source_files": "FirebaseMessaging/Tests/UnitTests/*.{m,h,swift}",
82       "requires_app_host": true,
83       "pod_target_xcconfig": {
84         "CLANG_ENABLE_OBJC_WEAK": "YES"
85       },
86       "dependencies": {
87         "OCMock": [
89         ]
90       }
91     },
92     {
93       "name": "integration",
94       "test_type": "unit",
95       "platforms": {
96         "ios": "8.0",
97         "osx": "10.11",
98         "tvos": "10.0"
99       },
100       "source_files": "FirebaseMessaging/Tests/IntegrationTests/*.swift",
101       "requires_app_host": true,
102       "resources": "FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist"
103     }
104   ]