blob: a7fb9504309fae6552b1a83c32ca95a11db5d534 [file] [log] [blame]
{
"name": "RxBiBinding",
"version": "0.2.5",
"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.2.5"
},
"social_media_url": "https://twitter.com/Underbridgins",
"platforms": {
"ios": "10.0",
"osx": "10.9"
},
"swift_versions": "5.0",
"source_files": "RxBiBinding/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}