blob: cdf8121742b6be5decb2888d682d6eb63ffb155b [file] [log] [blame]
{
"name": "ContainerController",
"version": "1.1",
"summary": "Lightweight Swift Framework for iOS which let you replace UIViewController in UIContainerViews based on UIStoryboardSegues!",
"homepage": "https://github.com/tschob/ContainerController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hans Seiffert": "hans.seiffert@gmail.com"
},
"source": {
"git": "https://github.com/tschob/ContainerController.git",
"tag": "1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "ContainerController/**/*.{swift,h}",
"public_header_files": "ContainerController/**/*.h",
"frameworks": "UIKit"
}