[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / f / Realtime / 0.9 / Realtime.podspec.json
blobb035f44a7612df7b6a91c022191cbbbb3d34f2d0
2   "name": "Realtime",
3   "version": "0.9",
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.9"
17   },
18   "social_media_url": "https://twitter.com/K_o_D_e_N",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "4.1",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.1"
25   },
26   "source_files": "Realtime/Classes/**/*",
27   "static_framework": true,
28   "dependencies": {
29     "Firebase/Core": [
31     ],
32     "Firebase/Database": [
34     ],
35     "Firebase/Storage": [
37     ]
38   },
39   "xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)'"
41   }