2 "name": "MorphyTransitions",
4 "summary": "For easy custom transitions for swift and autolayout",
5 "description": "This cocoapod adds a custom transition and tools that help with animations in autolayout with minimal lines of code. Please see readme or instructions on how to use it.\n\nstep1: use TransNavController instead of UINavigationController\nstep2 (in storyboard): use \"morph id\" on the starting viewcontroller to name views that will transition to the ending viewcontroller and the cocoapod will take it from there\n\nstep2 (in code): use \"morphIdentifier\" on the starting viewcontroller to name views that will transition to the ending viewcontroller and the cocoapod will take it from there\n\nTo to use any animations, use <UIView>.overlapViewWithReset, <UIView>.swapViewsWithReset or <UIView>.swapView for animations",
6 "homepage": "http://arjaywaran.com",
12 "Arjay Waran": "waran.arjay@gmail.com"
15 "git": "https://github.com/awaran/MorphyTransitions.git",
18 "social_media_url": "https://twitter.com/ArjayWaran",
27 "source_files": "MorphyTransitions/Classes/**/*",
28 "swift_version": "5.0"