blob: 85c9b7f273315ce4f953e068deaa869763954a74 [file] [log] [blame]
{
"name": "RxBiBinding",
"version": "0.1.3",
"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.3"
},
"social_media_url": "https://twitter.com/Underbridgins",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "RxBiBinding/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.2.0"
],
"RxCocoa": [
"~> 4.2.0"
]
}
}