Skip to content
/ RIBs Public
forked from uber/RIBs

Uber's cross-platform mobile architecture framework.

License

Notifications You must be signed in to change notification settings

madfoxoO/RIBs

Repository files navigation

RIBs

Build Status

An multi-platform architecture for mobile development at scale.

Introduction

TBD.

Use

  1. Clone this repository
  2. Integrate using your preferred installation mechanism

Installation for Android

TBD

dependencies {
  annotationProcessor 'com.uber:ribs:0.1.0'
  compile 'com.uber:ribs:0.1.0'
}

Installation for iOS

CocoaPods

To integrate RIBs into your project add the following to your Podfile:

pod 'RIBs', '~> 0.1'

Carthage

To integrate RIBs into your project using Carthage add the following to your Cartfile:

github "uber/RIBs" ~> 0.1

Usage

TBD

Contributions

We'd love for you to contribute to our open source projects. Before we can accept your contributions, we kindly ask you to sign our Uber Contributor License Agreement.

  • If you find a bug, open an issue or submit a fix via a pull request.
  • If you have a feature request, open an issue or submit an implementation via a pull request
  • If you want to contribute, submit a pull request.

License

Copyright (C) 2017 Uber Technologies

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Uber's cross-platform mobile architecture framework.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 34.1%
  • Java 33.8%
  • Swift 30.5%
  • JavaScript 1.1%
  • Shell 0.3%
  • Ruby 0.1%
  • Objective-C 0.1%