blob: 78e0e8c6d7907684dff0e7592857999523298f65 [file] [log] [blame]
{
"name": "RxFlow",
"version": "1.0.2",
"summary": "RxFlow is a navigation framework for iOS applications based on a Reactive Coordinator pattern.",
"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",
"homepage": "https://github.com/RxSwiftCommunity/RxFlow",
"screenshots": "https://raw.githubusercontent.com/RxSwiftCommunity/RxFlow/develop/Resources/RxFlow_logo.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Wittemberg": "thibault.wittemberg@gmail.com",
"RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
},
"social_media_url": "http://twitter.com/thwittem",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxFlow.git",
"tag": "1.0.2"
},
"source_files": "RxFlow/RxFlow/**/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
},
"pushed_with_swift_version": "4.0.2"
}