2 "name": "PushTransition",
4 "summary": "A simple framework that help you to transition between view controllers in push method.",
5 "description": "It is a protocol that you can use in views, view controllers or navigation controllers.\nSo you can choose use this protocol Globally or just use in specific view, view controllers or navigation controllers.\nYou can use pushViewController and popViewController and transition works for both. you must specify your transition\nin every single push or pop call. Be aware that this functions need to navigation controller.\nYou have access to this methods even in views and view controllers directly.",
6 "homepage": "https://github.com/Imanmf/PushTransition",
12 "Mosayebi Iman": "iman.mosayyebi@gmail.com"
18 "git": "https://github.com/Imanmf/PushTransition.git",
21 "source_files": "PushTransition/Source/**/*.swift",
28 "swift_version": "5.3"