blob: b09a93f55b57ecd3976b8cf7e88a011a5dd286df [file] [log] [blame]
{
"name": "BxReact",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxReact/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 2.0"
]
},
"frameworks": "Foundation"
}