blob: d50cd73b4b5331c5e7a9f6e57b3d47fa0e84e9fb [file] [log] [blame]
{
"name": "RxBiBinding",
"version": "0.1.0",
"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/Davarg/RxBiBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Davarg": "maka-dava@yandex.ru"
},
"source": {
"git": "https://github.com/Davarg/RxBiBinding.git",
"tag": "0.1.0"
},
"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"
]
}
}