blob: a818af0fc9840d1bd6e95032d499778dd3c4cb10 [file] [log] [blame]
{
"name": "BxReact",
"version": "0.4.1",
"swift_version": "4.1",
"summary": "Even better RxSwift.",
"description": "BxReact provides convenience functions and types that cannot be found in RxSwift and RxCocoa.",
"homepage": "https://bxreact.borchero.com",
"documentation_url": "https://bxreact.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxReact.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxReact/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}