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