4 "swift_versions": "5.2.2",
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",
14 "Thibault Wittemberg": "thibault.wittemberg@gmail.com",
15 "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
17 "social_media_url": "http://twitter.com/thwittem",
22 "git": "https://github.com/RxSwiftCommunity/RxFlow.git",
25 "source_files": "RxFlow/**/*.swift",
26 "frameworks": "UIKit",
36 "swift_version": "5.2.2"