[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 0 / RxContainer / 0.8.5 / RxContainer.podspec.json
blob00337ae68b5f7e74b795863e4ec544aba906290d
2   "name": "RxContainer",
3   "version": "0.8.5",
4   "summary": "RxContainer provides the missing part between `UINavigationController` and `UIViewController`.",
5   "description": "This CocoaPod provides a custom implementation for a `ContainerViewController`. `ContainerViewController`\nprovides a very clean API and removes all unnecessary pieces that a `UINavigationController` would have \nadded when driving the app flow without the `UINavigationBar`.",
6   "homepage": "https://github.com/DevAndArtist/RxContainer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Zubarev": "adrian.zubarev@devandartist.com"
13   },
14   "social_media_url": "https://twitter.com/DevAndArtist",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/DevAndArtist/RxContainer.git",
20     "tag": "0.8.5"
21   },
22   "source_files": "Sources/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ]
31   }