[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / f / viRIBs / 0.9.1 / viRIBs.podspec.json
blob22d33294a22c50a5d3009f7c7671863297e1e824
2   "name": "viRIBs",
3   "version": "0.9.1",
4   "summary": "Uber's cross-platform mobile architecture.",
5   "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.",
6   "homepage": "https://github.com/vudang/viRIBs",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "uber": "mobile-open-source@uber.com"
13   },
14   "source": {
15     "git": "https://github.com/vudang/viRIBs.git",
16     "tag": "0.9.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ios/RIBs/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5.0.0"
25     ]
26   }