[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / f / 6 / RxFlow / 2.9.0 / RxFlow.podspec.json
bloba39e8dae9ce967d88b5508c9133f9cdfbc3b0139
2   "name": "RxFlow",
3   "version": "2.9.0",
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",
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.9.0"
24   },
25   "source_files": "RxFlow/**/*.swift",
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "RxSwift": [
30       ">= 5.1.1"
31     ],
32     "RxCocoa": [
33       ">= 5.1.1"
34     ]
35   },
36   "swift_version": "5.2.2"