blob: 0f0c7dfbe7d5cf7649a8a978d8b9052515656919 [file] [log] [blame]
{
"name": "MultiplexerController",
"version": "1.0.0",
"summary": "Present controllers as a function of state",
"description": "MultiplexerController is a containment controller that can dynamically switch its presented child based on a state object.\nConstructing screens in this manner results in smaller and more reusable view code.\nThe controller handles the view management, presentation and transitions automatically.",
"homepage": "https://github.com/mobiten/multiplexer-controller",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles-Henri Dumalin": "charles-henri@mobiten.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mobiten/multiplexer-controller.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"swift_version": "5.0"
}