blob: 506a36e7c3d302585dc995c18a180d86f93aa6ec [file] [log] [blame]
{
"name": "ZZWaitingNavigationController",
"version": "1.0.1",
"summary": "UINavigationController subclass which postpones actions until animation finishes.",
"description": " Automatically postpones actions like push/pop/set/present/dismiss view controller(s) in a case if animation is in progress and performs them when animation is finished.\n",
"homepage": "https://github.com/ivanzoid/ZZWaitingNavigationController",
"license": "MIT",
"authors": {
"Ivan Zezyulya": "ZZWaitingNavigationControllern@zoid.cc"
},
"source": {
"git": "https://github.com/ivanzoid/ZZWaitingNavigationController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "ZZWaitingNavigationController/**/*",
"dependencies": {
"GCDTimer": [
"~> 1.0"
]
}
}