[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 10.2.0 / FirebaseDatabase.podspec.json
blob2e74e1257b8b07941cc1a63ccfa67458389b51e3
2   "name": "FirebaseDatabase",
3   "version": "10.2.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.2.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     "FirebaseAppCheck/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   },
75   "pod_target_xcconfig": {
76     "GCC_C_LANGUAGE_STANDARD": "c99",
77     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
78   },
79   "testspecs": [
80     {
81       "name": "unit",
82       "test_type": "unit",
83       "platforms": {
84         "ios": "11.0",
85         "osx": "10.13",
86         "tvos": "12.0"
87       },
88       "scheme": {
89         "code_coverage": true
90       },
91       "source_files": [
92         "FirebaseDatabase/Tests/Unit/*.[mh]",
93         "FirebaseDatabase/Tests/Unit/Swift/*",
94         "FirebaseDatabase/Tests/Helpers/*.[mh]",
95         "SharedTestUtilities/AppCheckFake/*.[mh]",
96         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
97         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
98         "SharedTestUtilities/FIROptionsMock.[mh]"
99       ],
100       "dependencies": {
101         "OCMock": [
103         ]
104       },
105       "resources": [
106         "FirebaseDatabase/Tests/Resources/syncPointSpec.json",
107         "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
108       ]
109     },
110     {
111       "name": "integration",
112       "test_type": "unit",
113       "platforms": {
114         "ios": "11.0",
115         "osx": "10.13",
116         "tvos": "12.0"
117       },
118       "scheme": {
119         "code_coverage": true
120       },
121       "requires_app_host": true,
122       "source_files": [
123         "FirebaseDatabase/Tests/Integration/*.[mh]",
124         "FirebaseDatabase/Tests/Helpers/*.[mh]",
125         "SharedTestUtilities/AppCheckFake/*.[mh]",
126         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
127         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
128         "SharedTestUtilities/FIROptionsMock.[mh]"
129       ],
130       "dependencies": {
131         "OCMock": [
133         ]
134       },
135       "resources": "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
136     }
137   ],
138   "swift_version": "5.3"