blob: 4fcb45a20e6ea2602067e01b2f628e227277ec8a [file] [log] [blame]
{
"name": "ContainerController",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContainerController/**/*.{swift,h}",
"public_header_files": "ContainerController/**/*.h",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}