[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 0 / RxContainer / 0.6.1 / RxContainer.podspec.json
blobc3b20803698879193432d274d795d80c30133cba
2   "name": "RxContainer",
3   "version": "0.6.1",
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.6.1"
21   },
22   "source_files": "Sources/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0.0-alpha.1"
27     ]
28   },
29   "pushed_with_swift_version": "4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a"