4 "summary": "Ultimate iOS Swift Navigation Framework",
5 "description": "This implementation of Coordinator pattern provides:\n\n- Automatic present/dismiss calls for modal controller presentation\n- Automatic pushViewController/popViewController calls for UINavigationController presentation\n- Automatic dismissal/popping of multiple view controllers if all of them finish simultaneously\n- Automatic detection of modal iOS 13 form sheet dismissal in modal presentation\n- Automatic detection of interactivePopGestureRecognizer dismissal in UINavigationController\n- Propagation of results to the parent\n- Ability to organize custom coordinators that allow for magical modification of UINavigationController stack or modal presentation stack\n- Context-independent navigation\n- Automatic management of a UIWindow\n\nYou can use it alongside any of your existing navigation solutions.",
6 "homepage": "https://github.com/isaac-weisberg/Insecurity",
12 "Isaac Weisberg": "net.caroline.weisberg@gmail.com"
14 "social_media_url": "http://caroline-weisberg.net/",
19 "git": "https://github.com/isaac-weisberg/Insecurity.git",
22 "swift_versions": "5.0",
23 "source_files": "Insecurity/**/*.swift",
24 "swift_version": "5.0"