[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 4.1.7 / FirebaseMessaging.podspec.json
bloba1783ea1dc782f3e97588a401a5e76f58c2efe00
2   "name": "FirebaseMessaging",
3   "version": "4.1.7",
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.7"
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.7",
32     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
33   },
34   "frameworks": "SystemConfiguration",
35   "weak_frameworks": "UserNotifications",
36   "dependencies": {
37     "FirebaseAnalyticsInterop": [
38       "~> 1.3"
39     ],
40     "FirebaseCore": [
41       "~> 6.2"
42     ],
43     "FirebaseInstanceID": [
44       "~> 4.1"
45     ],
46     "GoogleUtilities/AppDelegateSwizzler": [
47       "~> 6.2"
48     ],
49     "GoogleUtilities/Reachability": [
50       "~> 6.2"
51     ],
52     "GoogleUtilities/Environment": [
53       "~> 6.2"
54     ],
55     "GoogleUtilities/UserDefaults": [
56       "~> 6.2"
57     ],
58     "Protobuf": [
59       "~> 3.9",
60       ">= 3.9.2"
61     ]
62   },
63   "testspecs": [
64     {
65       "name": "unit",
66       "test_type": "unit",
67       "source_files": "Example/Messaging/Tests/*.{m,h,swift}",
68       "requires_app_host": true,
69       "pod_target_xcconfig": {
70         "CLANG_ENABLE_OBJC_WEAK": "YES"
71       },
72       "dependencies": {
73         "OCMock": [
75         ]
76       }
77     }
78   ]