blob: 5f46a0e343c30240e4e19733e2f4364f3450f38a [file] [log] [blame]
{
"name": "BxReact",
"version": "0.5.0",
"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.5.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxReact/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}