blob: 584299f27ab6313cadc9b8cdb920c8e34d05a45a [file] [log] [blame]
{
"name": "FNEasyBind",
"version": "0.1.0",
"summary": "FNEasyBind is a very basic and simple implementation of observables you can subscribe on.",
"description": "FNEasyBind is a very basic and simple implementation of observables you can subscribe on. This library is intended to be used instead of importing entire RxSwift library, but it doesn't replace it.",
"homepage": "https://github.com/fabiosoft/FNEasyBind",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fabiosoft": "fabionisci@gmail.com"
},
"source": {
"git": "https://github.com/fabiosoft/FNEasyBind.git",
"tag": "0.1.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source_files": "FNEasyBind/Classes/**/*",
"swift_version": "5.1"
}