blob: 47e8efa9be62b580d5a8b5fe6e28d7bed2bc84e8 [file] [log] [blame]
{
"name": "ModernRIBs",
"version": "0.0.1",
"swift_versions": "5.2",
"summary": "Without any additional dependencies, Uber's cross-platform mobile architecture.",
"description": "ModernRIBs is recreated by removing additional dependencies such as RxSwift and RxRelay from RIBs. 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/DevYeom/ModernRIBs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"DevYeom": "dev.yeom@gmail.com"
},
"source": {
"git": "https://github.com/DevYeom/ModernRIBs.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "ModernRIBs/Classes/**/*",
"swift_version": "5.2"
}