[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / a / 0 / RxContainer / 0.4.0 / RxContainer.podspec.json
blob0e8246ecbaba71a6c4c0579048290d82667fb406
2   "name": "RxContainer",
3   "version": "0.4.0",
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.4.0"
21   },
22   "source_files": "Sources/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.4"
27     ]
28   },
29   "pushed_with_swift_version": "3.1"