blob: 279d05c6b617f90b724f3291b232dc206d1575fe [file] [log] [blame]
{
"name": "ZZWaitingNavigationController",
"version": "0.9",
"summary": "UINavigationController subclass which postpones actions until animation finishes.",
"description": " Automatically postpones actions like push/pop/set 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": "0.9"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "ZZWaitingNavigationController/**/*",
"dependencies": {
"GCDTimer": [
"~> 1.0"
]
}
}