blob: 54017367839d171d7045d52bd48cb72e48d49066 [file] [log] [blame]
{
"name": "ETLiveData",
"version": "1.1",
"summary": "ETLiveData",
"description": "LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of its owner. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.",
"homepage": "https://github.com/EtneteraMobile/ETLiveData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Cislinsky": "jan.cislinsky@etnetera.cz"
},
"social_media_url": "",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/EtneteraMobile/ETLiveData.git",
"tag": "1.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"ETObserver": [
]
},
"pushed_with_swift_version": "4.0",
"deprecated": true
}