[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 10.20.0 / FirebaseDatabase.podspec.json
blob921c36ec5e72a052033640aa774f2f064124afe8
2   "name": "FirebaseDatabase",
3   "version": "10.20.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.20.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     "FirebaseDatabase/Swift/Sources/**/*.swift",
31     "FirebaseAuth/Interop/*.h",
32     "FirebaseCore/Extension/*.h"
33   ],
34   "public_header_files": "FirebaseDatabase/Sources/Public/FirebaseDatabase/*.h",
35   "libraries": [
36     "c++",
37     "icucore"
38   ],
39   "ios": {
40     "frameworks": [
41       "CFNetwork",
42       "Security",
43       "SystemConfiguration"
44     ]
45   },
46   "tvos": {
47     "frameworks": [
48       "CFNetwork",
49       "Security",
50       "SystemConfiguration"
51     ]
52   },
53   "osx": {
54     "frameworks": [
55       "CFNetwork",
56       "Security",
57       "SystemConfiguration"
58     ]
59   },
60   "watchos": {
61     "frameworks": [
62       "CFNetwork",
63       "Security",
64       "WatchKit"
65     ]
66   },
67   "dependencies": {
68     "leveldb-library": [
69       "~> 1.22"
70     ],
71     "FirebaseCore": [
72       "~> 10.0"
73     ],
74     "FirebaseAppCheckInterop": [
75       "~> 10.17"
76     ],
77     "FirebaseSharedSwift": [
78       "~> 10.0"
79     ]
80   },
81   "pod_target_xcconfig": {
82     "GCC_C_LANGUAGE_STANDARD": "c99",
83     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
84   },
85   "testspecs": [
86     {
87       "name": "unit",
88       "test_type": "unit",
89       "platforms": {
90         "ios": "11.0",
91         "osx": "10.13",
92         "tvos": "12.0"
93       },
94       "scheme": {
95         "code_coverage": true
96       },
97       "source_files": [
98         "FirebaseDatabase/Tests/Unit/*.[mh]",
99         "FirebaseDatabase/Tests/Unit/Swift/*",
100         "FirebaseDatabase/Tests/Helpers/*.[mh]",
101         "SharedTestUtilities/AppCheckFake/*.[mh]",
102         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
103         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
104         "SharedTestUtilities/FIROptionsMock.[mh]"
105       ],
106       "dependencies": {
107         "FirebaseAppCheckInterop": [
108           "~> 10.16"
109         ],
110         "OCMock": [
112         ]
113       },
114       "resources": [
115         "FirebaseDatabase/Tests/Resources/syncPointSpec.json",
116         "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
117       ]
118     },
119     {
120       "name": "integration",
121       "test_type": "unit",
122       "platforms": {
123         "ios": "11.0",
124         "osx": "10.13",
125         "tvos": "12.0"
126       },
127       "scheme": {
128         "code_coverage": true
129       },
130       "requires_app_host": true,
131       "source_files": [
132         "FirebaseDatabase/Tests/Integration/*.[mh]",
133         "FirebaseDatabase/Tests/Helpers/*.[mh]",
134         "SharedTestUtilities/AppCheckFake/*.[mh]",
135         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
136         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
137         "SharedTestUtilities/FIROptionsMock.[mh]"
138       ],
139       "dependencies": {
140         "OCMock": [
142         ]
143       },
144       "resources": "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
145     }
146   ],
147   "swift_version": "5.3"