blob: 85a043784b50096e4d69c1bab47b66d08ea25526 [file] [log] [blame]
{
"name": "ContainerVC",
"version": "0.1.0",
"summary": "ContainerVC is a custom container view controller which subclasses UINavigationController for basic customization.",
"description": "ContainerVC is a custom container view controller which subclasses UINavigationController for basic customization. In order to customize animation transitions, UINavigationController Delegate class is manipulated. Because of this, it should be noted that ordinary delegate method would not be working as usual. ContainerNavigationDelegate can be used as standard delegate implementation",
"homepage": "https://github.com/aligermiyanoglu/ContainerVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aligermiyanoglu": "anibal23736@hotmail.com"
},
"source": {
"git": "https://github.com/aligermiyanoglu/ContainerVC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContainerVC/Classes/**/*",
"pushed_with_swift_version": "4.0"
}