blob: a1100f664712f231278267dd851b7801b79848ae [file] [log] [blame]
{
"name": "LightweightObservable",
"version": "1.0.3",
"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 ~80 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": "1.0.3"
},
"social_media_url": "https://twitter.com/_fxm90",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "LightweightObservable/Classes/**/*",
"swift_version": "5.0"
}