2 "name": "LightweightObservable",
4 "summary": "Lightweight Obserservable is a simple implementation of an observable sequence that you can subscribe to.",
5 "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.",
6 "homepage": "https://github.com/fxm90/LightweightObservable",
12 "Felix Mau": "me@felix.hamburg"
15 "git": "https://github.com/fxm90/LightweightObservable.git",
18 "swift_versions": "5.1",
22 "source_files": "LightweightObservable/Classes/**/*",
23 "swift_version": "5.1"