[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 6 / RxFlow / 2.13.0 / RxFlow.podspec.json
blob752e6ee242f5c78f66f883a48be3a153ef8b577d
2   "name": "RxFlow",
3   "version": "2.13.0",
4   "swift_versions": "5.4",
5   "summary": "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern.",
6   "description": "RxFlow aims to\n\n* Promote the cutting of storyboards into atomic units to enable collaboration and reusability of UIViewControllers\n* Allow the presentation of a UIViewController in different ways according to the navigation context\n* Ease the implementation of dependency injection\n* Remove any navigation mechanism from UIViewControllers\n* Promote reactive programing\n* Express the navigation in a declarative way while addressing the majority of the navigation cases\n* Facilitate the cutting of an application into logical blocks of navigation",
7   "homepage": "https://github.com/RxSwiftCommunity/RxFlow",
8   "screenshots": "https://raw.githubusercontent.com/RxSwiftCommunity/RxFlow/develop/Resources/RxFlow_logo.png",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Thibault Wittemberg": "thibault.wittemberg@gmail.com",
15     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
16   },
17   "social_media_url": "http://twitter.com/thwittem",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/RxSwiftCommunity/RxFlow.git",
23     "tag": "2.13.0"
24   },
25   "source_files": "RxFlow/**/*.swift",
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "RxSwift": [
30       ">= 6.0.0"
31     ],
32     "RxCocoa": [
33       ">= 6.0.0"
34     ]
35   },
36   "swift_version": "5.4"