blob: 22d33294a22c50a5d3009f7c7671863297e1e824 [file] [log] [blame]
{
"name": "viRIBs",
"version": "0.9.1",
"summary": "Uber's cross-platform mobile architecture.",
"description": "RIBs is the cross-platform architecture behind many mobile apps at Uber. This architecture framework is designed for mobile apps with a large number of engineers and nested states.",
"homepage": "https://github.com/vudang/viRIBs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"uber": "mobile-open-source@uber.com"
},
"source": {
"git": "https://github.com/vudang/viRIBs.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ios/RIBs/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
]
}
}