blob: fb1d03902a1e71a62ac815b461a5e58d35daa71d [file] [log] [blame]
{
"name": "HyperWindowSwitch",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HyperWindowSwitch/Classes/**/*"
}