[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 11.4.0 / FirebaseDatabase.podspec.json
blob05124410061486bb738af4dadd3e772fe90999e9
2   "name": "FirebaseDatabase",
3   "version": "11.4.0",
4   "summary": "Firebase Realtime Database",
5   "description": "Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.",
6   "homepage": "https://firebase.google.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "FirebaseDatabase/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-11.4.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.9",
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "7.0"
23   },
24   "cocoapods_version": ">= 1.12.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseDatabase/Sources/**/*.[mh]",
28     "FirebaseDatabase/Sources/third_party/Wrap-leveldb/APLevelDB.mm",
29     "FirebaseDatabase/Swift/Sources/**/*.swift",
30     "FirebaseAuth/Interop/**/*.h",
31     "FirebaseCore/Extension/*.h"
32   ],
33   "public_header_files": "FirebaseDatabase/Sources/Public/FirebaseDatabase/*.h",
34   "libraries": [
35     "c++",
36     "icucore"
37   ],
38   "ios": {
39     "frameworks": [
40       "CFNetwork",
41       "Security",
42       "SystemConfiguration"
43     ]
44   },
45   "tvos": {
46     "frameworks": [
47       "CFNetwork",
48       "Security",
49       "SystemConfiguration"
50     ]
51   },
52   "osx": {
53     "frameworks": [
54       "CFNetwork",
55       "Security",
56       "SystemConfiguration"
57     ]
58   },
59   "watchos": {
60     "frameworks": [
61       "CFNetwork",
62       "Security",
63       "WatchKit"
64     ]
65   },
66   "dependencies": {
67     "leveldb-library": [
68       "~> 1.22"
69     ],
70     "FirebaseCore": [
71       "~> 11.0"
72     ],
73     "FirebaseAppCheckInterop": [
74       "~> 11.0"
75     ],
76     "FirebaseSharedSwift": [
77       "~> 11.0"
78     ],
79     "GoogleUtilities/UserDefaults": [
80       "~> 8.0"
81     ]
82   },
83   "pod_target_xcconfig": {
84     "GCC_C_LANGUAGE_STANDARD": "c99",
85     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
86   },
87   "testspecs": [
88     {
89       "name": "unit",
90       "test_type": "unit",
91       "platforms": {
92         "ios": "13.0",
93         "osx": "10.15",
94         "tvos": "13.0"
95       },
96       "scheme": {
97         "code_coverage": true
98       },
99       "source_files": [
100         "FirebaseDatabase/Tests/Unit/*.[mh]",
101         "FirebaseDatabase/Tests/Unit/Swift/*",
102         "FirebaseDatabase/Tests/Helpers/*.[mh]",
103         "SharedTestUtilities/AppCheckFake/*.[mh]",
104         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
105         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
106         "SharedTestUtilities/FIROptionsMock.[mh]"
107       ],
108       "dependencies": {
109         "FirebaseAppCheckInterop": [
110           "~> 11.0"
111         ],
112         "OCMock": [
114         ]
115       },
116       "resources": [
117         "FirebaseDatabase/Tests/Resources/syncPointSpec.json",
118         "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
119       ]
120     },
121     {
122       "name": "integration",
123       "test_type": "unit",
124       "platforms": {
125         "ios": "13.0",
126         "osx": "10.15",
127         "tvos": "13.0"
128       },
129       "scheme": {
130         "code_coverage": true
131       },
132       "requires_app_host": true,
133       "source_files": [
134         "FirebaseDatabase/Tests/Integration/*.[mh]",
135         "FirebaseDatabase/Tests/Helpers/*.[mh]",
136         "SharedTestUtilities/AppCheckFake/*.[mh]",
137         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
138         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
139         "SharedTestUtilities/FIROptionsMock.[mh]"
140       ],
141       "dependencies": {
142         "OCMock": [
144         ]
145       },
146       "resources": "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
147     }
148   ],
149   "swift_version": "5.9"