[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 6 / RxFlow / 1.0.0 / RxFlow.podspec.json
blob525fc4e468eafee5e4c7f2f1b4f3433a24457f19
2   "name": "RxFlow",
3   "version": "1.0.0",
4   "summary": "RxFlow is a navigation framework for iOS applications based on a Reactive Coordinator pattern.",
5   "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",
6   "homepage": "https://github.com/RxSwiftCommunity/RxFlow",
7   "screenshots": "https://raw.githubusercontent.com/RxSwiftCommunity/RxFlow/develop/Resources/RxFlow_logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Thibault Wittemberg": "thibault.wittemberg@gmail.com",
14     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
15   },
16   "social_media_url": "http://twitter.com/thwittem",
17   "platforms": {
18     "ios": "9.3"
19   },
20   "source": {
21     "git": "https://github.com/RxSwiftCommunity/RxFlow.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "RxFlow/RxFlow/**/*.swift",
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "dependencies": {
28     "RxSwift": [
29       ">= 4.0.0"
30     ],
31     "RxCocoa": [
32       ">= 4.0.0"
33     ]
34   },
35   "pushed_with_swift_version": "4.0.2"