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