[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 6 / FirebaseMessaging / 3.5.0 / FirebaseMessaging.podspec.json
blobe84bf29e64919d0aeaf6452300c9d3d9f8cb96d1
2   "name": "FirebaseMessaging",
3   "version": "3.5.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-3.5.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "10.0"
20   },
21   "cocoapods_version": ">= 1.4.0",
22   "static_framework": true,
23   "prefix_header_file": false,
24   "source_files": "Firebase/Messaging/**/*.[mh]",
25   "requires_arc": "Firebase/Messaging/*.m",
26   "public_header_files": "Firebase/Messaging/Public/*.h",
27   "libraries": "sqlite3",
28   "pod_target_xcconfig": {
29     "GCC_C_LANGUAGE_STANDARD": "c99",
30     "GCC_PREPROCESSOR_DEFINITIONS": "GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=3.5.0"
31   },
32   "frameworks": "SystemConfiguration",
33   "dependencies": {
34     "FirebaseAnalyticsInterop": [
35       "~> 1.1"
36     ],
37     "FirebaseCore": [
38       "~> 5.2"
39     ],
40     "FirebaseInstanceID": [
41       "~> 3.6"
42     ],
43     "GoogleUtilities/Reachability": [
44       "~> 5.3"
45     ],
46     "GoogleUtilities/Environment": [
47       "~> 5.3"
48     ],
49     "GoogleUtilities/UserDefaults": [
50       "~> 5.3"
51     ],
52     "Protobuf": [
53       "~> 3.1"
54     ]
55   }