[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 3 / a / c / Insecurity / 1.0.0 / Insecurity.podspec.json
blob485e12bb1d89265e883cde61358eb61838f17e34
2   "name": "Insecurity",
3   "version": "1.0.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- 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": "1.0.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Insecurity/**/*.swift",
24   "swift_version": "5.0"