blob: 3fa365d4eea8a539e5dc1326093aaf45a85ac6b4 [file] [log] [blame]
{
"name": "LightweightObservable",
"version": "1.0.2",
"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": "contact@felix.hamburg"
},
"source": {
"git": "https://github.com/fxm90/LightweightObservable.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/_fxm90",
"platforms": {
"ios": "9.0"
},
"source_files": "LightweightObservable/Classes/**/*"
}