[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / 8 / 2 / FirebaseDatabase / 3.1.0 / FirebaseDatabase.podspec.json
blob6f633d10d4da7c6474b1a33ccc4bb42ff860b721
2   "name": "FirebaseDatabase",
3   "version": "3.1.0",
4   "summary": "Firebase Realtime Database for iOS",
5   "description": "Store and sync data with the Firebase Realtime Database. Data is synced across all clients in realtime, and remains available when your app goes offline.",
6   "homepage": "https://firebase.google.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2016 Google"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "http": "https://dl.google.com/dl/cpdc/1e3900e14edb8ce1/FirebaseDatabase-3.1.0.tar.gz"
17   },
18   "vendored_frameworks": [
19     "Frameworks/FirebaseDatabase.framework"
20   ],
21   "frameworks": [
22     "CFNetwork",
23     "Security",
24     "SystemConfiguration"
25   ],
26   "libraries": [
27     "c++",
28     "icucore"
29   ],
30   "dependencies": {
31     "FirebaseAnalytics": "~> 3.4"
32   }