blob: 5f64602e71844b0a79a27ae1c32b3c50ee4f835d [file] [log] [blame]
{
"name": "BxStore",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "Bridging of ReactiveReSwift and RxSwift.",
"description": "BxStore provides the glue of ReactiveReSwift and RxSwift inside a single framework.",
"homepage": "https://bxstore.borchero.com",
"documentation_url": "https://bxstore.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxStore.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxStore/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"ReactiveReSwift": [
"~> 4.0"
]
}
}