[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 8.12.0 / FirebaseDatabase.podspec.json
blobc4a08c9c744fd4ea5c7e9bd10bab820c5b12d0e8
2   "name": "FirebaseDatabase",
3   "version": "8.12.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",
9     "file": "FirebaseDatabase/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-8.12.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "7.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseDatabase/Sources/**/*.[mh]",
27     "FirebaseDatabase/Sources/third_party/Wrap-leveldb/APLevelDB.mm",
28     "FirebaseDatabase/Sources/third_party/SocketRocket/fbase64.c",
29     "Interop/Auth/Public/*.h",
30     "FirebaseAppCheck/Sources/Interop/*.h",
31     "FirebaseCore/Sources/Private/*.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       "~> 8.0"
72     ]
73   },
74   "pod_target_xcconfig": {
75     "GCC_C_LANGUAGE_STANDARD": "c99",
76     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
77   },
78   "testspecs": [
79     {
80       "name": "unit",
81       "test_type": "unit",
82       "platforms": {
83         "ios": "10.0",
84         "osx": "10.12",
85         "tvos": "10.0"
86       },
87       "scheme": {
88         "code_coverage": true
89       },
90       "source_files": [
91         "FirebaseDatabase/Tests/Unit/*.[mh]",
92         "FirebaseDatabase/Tests/Unit/Swift/*",
93         "FirebaseDatabase/Tests/Helpers/*.[mh]",
94         "SharedTestUtilities/AppCheckFake/*.[mh]",
95         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
96         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
97         "SharedTestUtilities/FIROptionsMock.[mh]"
98       ],
99       "dependencies": {
100         "OCMock": [
102         ]
103       },
104       "resources": [
105         "FirebaseDatabase/Tests/Resources/syncPointSpec.json",
106         "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
107       ]
108     },
109     {
110       "name": "integration",
111       "test_type": "unit",
112       "platforms": {
113         "ios": "10.0",
114         "osx": "10.12",
115         "tvos": "10.0"
116       },
117       "scheme": {
118         "code_coverage": true
119       },
120       "source_files": [
121         "FirebaseDatabase/Tests/Integration/*.[mh]",
122         "FirebaseDatabase/Tests/Helpers/*.[mh]",
123         "SharedTestUtilities/AppCheckFake/*.[mh]",
124         "SharedTestUtilities/FIRAuthInteropFake.[mh]",
125         "SharedTestUtilities/FIRComponentTestUtilities.[mh]",
126         "SharedTestUtilities/FIROptionsMock.[mh]"
127       ],
128       "dependencies": {
129         "OCMock": [
131         ]
132       },
133       "resources": "FirebaseDatabase/Tests/Resources/GoogleService-Info.plist"
134     }
135   ]