blob: 56e1797ecab4a76e087afeacdcccfdcb5d1517c1 [file] [log] [blame]
{
"name": "ContainerController",
"version": "0.9.2",
"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": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContainerController/**/*.{swift,h}",
"public_header_files": "ContainerController/**/*.h",
"frameworks": "UIKit"
}