blob: df2f0bc0ceaaad87a89c0ba1e56de1d561001cfd [file] [log] [blame]
{
"name": "RxBiBinding",
"version": "0.1.8",
"summary": "Bidirectional binding. Inspired by ReactiveCocoa",
"description": "Reactive bidirectional (two-way) binding between RxControlProperties and RxVariables. Of course you can use this library and for NSObject",
"homepage": "https://github.com/RxSwiftCommunity/RxBiBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Davarg": "maka-dava@yandex.ru"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxBiBinding.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/Underbridgins",
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "RxBiBinding/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
]
}
}