[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 4.2.0 / FirebaseMessaging.podspec.json
blobc6ceccfb122121a6945c8ff4190b4523a38ffc60
2   "name": "FirebaseMessaging",
3   "version": "4.2.0",
4   "summary": "Firebase Messaging for iOS",
5   "description": "Firebase Messaging for iOS 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 iOS 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.2.0"
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": "Firebase/Messaging/**/*.[mh]",
27   "requires_arc": "Firebase/Messaging/*.m",
28   "public_header_files": "Firebase/Messaging/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.2.0",
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": "Example/Messaging/Tests/*.{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   ]