blob: 70021a9f254fa36dc9324d67c4821c7e83591a57 [file] [log] [blame]
{
"name": "RIBs",
"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/uber/RIBs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"uber": "mobile-open-source@uber.com"
},
"source": {
"git": "https://github.com/uber/RIBs.git",
"tag": "v0.9.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ios/RIBs/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}