[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / a / 5 / f / Realtime / 0.5 / Realtime.podspec.json
blobf47953a5407f2f38064a0a0372e36c6eabfb52ae
2   "name": "Realtime",
3   "version": "0.5",
4   "summary": "Firebase Realtime Database framework.",
5   "description": "Realtime is database framework based on Firebase that makes the creation of complex database structures is simple. :exclamation:\nRealtime can help you to create app quicker than if use clear Firebase API herewith to apply complex structures to store data in Firebase database, to update UI using reactive behaviors.\nRealtime provides lightweight data traffic, lazy initialization of data, good distribution of data",
6   "homepage": "https://github.com/k-o-d-e-n/Realtime",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "k-o-d-e-n": "koden.u8800@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/k-o-d-e-n/Realtime.git",
16     "tag": 0.5
17   },
18   "social_media_url": "https://twitter.com/K_o_D_e_N",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.1",
23   "source_files": "Realtime/Classes/**/*",
24   "static_framework": true,
25   "dependencies": {
26     "Firebase/Core": [
28     ],
29     "Firebase/Database": [
31     ],
32     "Firebase/Storage": [
34     ]
35   },
36   "xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)'"
38   }