blob: b035f44a7612df7b6a91c022191cbbbb3d34f2d0 [file] [log] [blame]
{
"name": "Realtime",
"version": "0.9",
"summary": "Firebase Realtime Database framework.",
"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",
"homepage": "https://github.com/k-o-d-e-n/Realtime",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"k-o-d-e-n": "koden.u8800@gmail.com"
},
"source": {
"git": "https://github.com/k-o-d-e-n/Realtime.git",
"tag": "0.9"
},
"social_media_url": "https://twitter.com/K_o_D_e_N",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"source_files": "Realtime/Classes/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Firebase/Database": [
],
"Firebase/Storage": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)'"
}
}