[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 4.1.1 / FirebaseMessaging.podspec.json
blob0cd70e892c9467ab92d749bf14cc2206c2a95541
2   "name": "FirebaseMessaging",
3   "version": "4.1.1",
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.1.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   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": "Firebase/Messaging/**/*.[mh]",
26   "requires_arc": "Firebase/Messaging/*.m",
27   "public_header_files": "Firebase/Messaging/Public/*.h",
28   "libraries": "sqlite3",
29   "pod_target_xcconfig": {
30     "GCC_C_LANGUAGE_STANDARD": "c99",
31     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=4.1.1"
32   },
33   "frameworks": "SystemConfiguration",
34   "weak_frameworks": "UserNotifications",
35   "dependencies": {
36     "FirebaseAnalyticsInterop": [
37       "~> 1.1"
38     ],
39     "FirebaseCore": [
40       "~> 6.0"
41     ],
42     "FirebaseInstanceID": [
43       "~> 4.1"
44     ],
45     "GoogleUtilities/AppDelegateSwizzler": [
46       "~> 6.2"
47     ],
48     "GoogleUtilities/Reachability": [
49       "~> 6.2"
50     ],
51     "GoogleUtilities/Environment": [
52       "~> 6.2"
53     ],
54     "GoogleUtilities/UserDefaults": [
55       "~> 6.2"
56     ],
57     "Protobuf": [
58       "~> 3.1"
59     ]
60   },
61   "testspecs": [
62     {
63       "name": "unit",
64       "test_type": "unit",
65       "source_files": "Example/Messaging/Tests/*.[mh]",
66       "requires_app_host": true,
67       "pod_target_xcconfig": {
68         "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"/Firebase/Messaging",
69         "CLANG_ENABLE_OBJC_WEAK": "YES"
70       },
71       "dependencies": {
72         "OCMock": [
74         ]
75       }
76     }
77   ]