blob: c940f168665d5b9883269abdb54d742f359b7a00 [file] [log] [blame]
{
"name": "LightweightObservable",
"version": "2.1.0",
"summary": "Lightweight Obserservable is a simple implementation of an observable sequence that you can subscribe to.",
"description": "Lightweight Obserservable is a simple implementation of an observable sequence that you can subscribe to.\nThe framework is designed to be minimal meanwhile convenient. The entire code is only ~90 lines (excluding comments).\nWith Lightweight Observable you can easily set up UI-Bindings in an MVVM application, handle asynchronous network calls and a lot more.",
"homepage": "https://github.com/fxm90/LightweightObservable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felix Mau": "me@felix.hamburg"
},
"source": {
"git": "https://github.com/fxm90/LightweightObservable.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/_fxm90",
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source_files": "LightweightObservable/Classes/**/*",
"swift_version": "5.1"
}