[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / a / 0 / RxContainer / 0.7.0 / RxContainer.podspec.json
bloba2c6e88d2a237f6423471cc392699737ca8bd634
2   "name": "RxContainer",
3   "version": "0.7.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.7.0"
21   },
22   "source_files": "Sources/*.swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0.0"
30     ]
31   },
32   "pushed_with_swift_version": "4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a"