[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 10.16.0 / FirebaseDatabase.podspec.json
blobcaadebff750d2f5b24be7bad29382b47cefa469c
2   "name": "FirebaseDatabase",
3   "version": "10.16.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-10.16.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "7.0"
23   },
24   "cocoapods_version": ">= 1.4.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseDatabase/Sources/**/*.[mh]",
28     "FirebaseDatabase/Sources/third_party/Wrap-leveldb/APLevelDB.mm",
29     "FirebaseDatabase/Sources/third_party/SocketRocket/fbase64.c",
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       "~> 10.0"
72     ],
73     "FirebaseAppCheckInterop": [
74       "~> 10.16"
75     ]
76   },
77   "pod_target_xcconfig": {
78     "GCC_C_LANGUAGE_STANDARD": "c99",
79     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
80   },
81   "testspecs": [
82     {
83       "name": "unit",
84       "test_type": "unit",
85       "platforms": {
86         "ios": "11.0",
87         "osx": "10.13",
88         "tvos": "12.0"
89       },
90       "scheme": {
91         "code_coverage": true
92       },
93       "source_files": [
94         "FirebaseDatabase/Tests/Unit/*.[mh]",
95         "FirebaseDatabase/Tests/Unit/Swift/*",
96         "FirebaseDatabase/Tests/Helpers/*.[mh]",
97         "SharedTestUtilities/AppCheckFake/*.[mh]",
98         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
99         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
100         "SharedTestUtilities/FIROptionsMock.[mh]"
101       ],
102       "dependencies": {
103         "FirebaseAppCheckInterop": [
104           "~> 10.16"
105         ],
106         "OCMock": [
108         ]
109       },
110       "resources": [
111         "FirebaseDatabase/Tests/Resources/syncPointSpec.json",
112         "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
113       ]
114     },
115     {
116       "name": "integration",
117       "test_type": "unit",
118       "platforms": {
119         "ios": "11.0",
120         "osx": "10.13",
121         "tvos": "12.0"
122       },
123       "scheme": {
124         "code_coverage": true
125       },
126       "requires_app_host": true,
127       "source_files": [
128         "FirebaseDatabase/Tests/Integration/*.[mh]",
129         "FirebaseDatabase/Tests/Helpers/*.[mh]",
130         "SharedTestUtilities/AppCheckFake/*.[mh]",
131         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
132         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
133         "SharedTestUtilities/FIROptionsMock.[mh]"
134       ],
135       "dependencies": {
136         "OCMock": [
138         ]
139       },
140       "resources": "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
141     }
142   ],
143   "swift_version": "5.3"