[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / a / c / Insecurity / 2.4.0 / Insecurity.podspec.json
blob5c6197d33df6d731321b43ea076f0d3e734f9e06
2   "name": "Insecurity",
3   "version": "2.4.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Isaac Weisberg": "net.caroline.weisberg@gmail.com"
13   },
14   "social_media_url": "http://caroline-weisberg.net/",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/isaac-weisberg/Insecurity.git",
20     "tag": "2.4.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Insecurity/**/*.swift",
24   "swift_version": "5.0"