[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 6.3.0 / FirebaseDatabase.podspec.json
blob1013e2a25040a0771d1a125cfa278061b646763f
2   "name": "FirebaseDatabase",
3   "version": "6.3.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": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "Database-6.3.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "10.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "static_framework": true,
24   "prefix_header_file": false,
25   "source_files": [
26     "Firebase/Database/**/*.[mh]",
27     "Firebase/Database/third_party/Wrap-leveldb/APLevelDB.mm",
28     "Firebase/Database/third_party/SocketRocket/fbase64.c",
29     "Interop/Auth/Public/*.h",
30     "FirebaseCore/Sources/Private/*.h"
31   ],
32   "public_header_files": "Firebase/Database/Public/*.h",
33   "libraries": [
34     "c++",
35     "icucore"
36   ],
37   "frameworks": [
38     "CFNetwork",
39     "Security",
40     "SystemConfiguration"
41   ],
42   "dependencies": {
43     "leveldb-library": [
44       "~> 1.22"
45     ],
46     "FirebaseCore": [
47       "~> 6.8"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "GCC_C_LANGUAGE_STANDARD": "c99",
52     "GCC_PREPROCESSOR_DEFINITIONS": "FIRDatabase_VERSION=6.3.0",
53     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
54   },
55   "testspecs": [
56     {
57       "name": "unit",
58       "test_type": "unit",
59       "source_files": [
60         "Example/Database/Tests/Unit/*.[mh]",
61         "Example/Database/Tests/Helpers/*.[mh]",
62         "Example/Database/Tests/third_party/*.[mh]",
63         "Example/Shared/FIRAuthInteropFake.[mh]",
64         "Example/Shared/FIRComponentTestUtilities.h"
65       ],
66       "resources": [
67         "Example/Database/Tests/infoPlist.strings",
68         "Example/Database/Tests/syncPointSpec.json",
69         "Example/Database/App/GoogleService-Info.plist"
70       ]
71     },
72     {
73       "name": "integration",
74       "test_type": "unit",
75       "source_files": [
76         "Example/Database/Tests/Integration/*.[mh]",
77         "Example/Database/Tests/Helpers/*.[mh]",
78         "Example/Shared/FIRAuthInteropFake.[mh]"
79       ],
80       "resources": "Example/Database/App/GoogleService-Info.plist"
81     }
82   ]