blob: d75bc1eb87fb85aef80d43b5ff4ef65f7301836a [file] [log] [blame]
{
"name": "RxBinding",
"version": "0.4",
"summary": "Simple data binding operators for RxSwift.",
"description": "RxBinding provodes '~>', '<~>' and '~' operators for data binding using RxSwift.",
"homepage": "https://github.com/RxSwiftCommunity/RxBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxBinding.git",
"tag": "0.4"
},
"social_media_url": "https://www.fczm.pw",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "Sources/RxBinding/**/*",
"dependencies": {
"RxSwift": [
">= 5.0.0",
"< 6.0.0"
],
"RxCocoa": [
">= 5.0.0",
"< 6.0.0"
]
},
"swift_version": "5.1"
}