blob: 89f6c04f1e1628241b5fc66c1e43c2299466b01c [file] [log] [blame]
{
"name": "RxContainer",
"version": "0.6.2",
"summary": "RxContainer provides the missing part between `UINavigationController` and `UIViewController`.",
"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`.",
"homepage": "https://github.com/DevAndArtist/RxContainer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Zubarev": "adrian.zubarev@devandartist.com"
},
"social_media_url": "https://twitter.com/DevAndArtist",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/DevAndArtist/RxContainer.git",
"tag": "0.6.2"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0.0-alpha.1"
]
},
"pushed_with_swift_version": "4.0-DEVELOPMENT-SNAPSHOT-2017-08-04-a"
}