[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 2 / RxController / 0.4.1 / RxController.podspec.json
blob1202da8fb3c450b7e29971db3a10da1eddbda218
2   "name": "RxController",
3   "version": "0.4.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/lm2343635/RxController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/RxController.git",
16     "tag": "0.4.1"
17   },
18   "social_media_url": "https://www.fczm.pw",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "RxController/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ],
27     "RxCocoa": [
28       "~> 5"
29     ],
30     "RxFlow": [
31       "~> 2"
32     ]
33   }