blob: 6d7971f68cc386fc546825f90a1e2fab8028de0d [file] [log] [blame]
{
"name": "RxBinding",
"version": "0.3",
"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.3"
},
"social_media_url": "https://www.fczm.pw",
"platforms": {
"ios": "8.0"
},
"source_files": "RxBinding/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.5"
],
"RxCocoa": [
"~> 4.5"
]
}
}