blob: ee83fa72f83b7974633037f30bc993fe5730ff3e [file] [log] [blame]
{
"name": "DZAOldStyleNavigationControllerAnimatedTransition",
"version": "1.0.1",
"summary": "Old style push and pop animation in which the two views scrolls together",
"description": "This class implements the UIViewControllerAnimatedTransitioning protocol and it lets you use the old style push and pop animation (before iOS7) in which the two views scrolls together. Useful for UINavigationController with a transparent background in which the views overlaps with the iOS7 animation style.",
"homepage": "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition",
"license": "MIT",
"authors": {
"Davide Di Stefano": "dzamirro@gmail.com"
},
"source": {
"git": "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/dzamir",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DZAOldStyleNavigationControllerAnimatedTransition/**/*"
}