[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 2 / RxController / 1.3.1 / RxController.podspec.json
blob667e0c39a72ca8ec5cce6675caf087f9e61e29a4
2   "name": "RxController",
3   "version": "1.3.1",
4   "summary": "A library for developing with MVVM-C based on RxFlow and RxSwift.",
5   "description": "RxController is a library developing with MVVM-C based on RxFlow and RxSwift.\nRxController provides the basic view controller and view model classes.\nThese classes make it easy to transfer data among the flows, the parent view models and the child view models.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Meng Li": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxController.git",
16     "tag": "1.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "RxController/Classes/**/*",
23   "preserve_paths": "rxtree/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 6"
27     ],
28     "RxCocoa": [
29       "~> 6"
30     ],
31     "RxFlow": [
32       "~> 2.12"
33     ]
34   },
35   "swift_version": "5.1"