[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 1 / RIBs / 0.9.1 / RIBs.podspec.json
blob70021a9f254fa36dc9324d67c4821c7e83591a57
2   "name": "RIBs",
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/uber/RIBs",
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/uber/RIBs.git",
16     "tag": "v0.9.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ios/RIBs/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.0"
25     ]
26   },
27   "pushed_with_swift_version": "4.0"