blob: 58296689cbb9e644a5599c530d75a26c27e4e445 [file] [log] [blame]
{
"name": "HyperWindowSwitch",
"version": "0.1.3",
"summary": "Easily Switch UIWindow’s RootviewController",
"description": "In some scenarios you have to change the UIWindow’s rootviewController such as when the user’s token is invalidated on the server and you have to show another viewController, e.g. a login viewController. Although you can deal with pushing or presenting the viewController but using HyperWindowSwitch brings such benefits:\n\nAllows to other viewControllers to be released (which preserves memory)\nProvides several predefined animations\nSupports custom animation.",
"homepage": "https://github.com/innovian/HyperWindowSwitch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Innovian": "innovian.com"
},
"source": {
"git": "https://github.com/innovian/HyperWindowSwitch.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HyperWindowSwitch/Classes/**/*"
}