[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / a / 5 / f / Realtime / 0.5.2 / Realtime.podspec.json
bloba691c1b4a75869f10a031eefc68d672f0fa0d16e
2   "name": "Realtime",
3   "version": "0.5.2",
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.2"
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   }